I'm confused as to the structure of the design data for p created under the RDHet model. It does not include variables for time, but only for mixture and session. The results don't show well in the post, but both the time and Time variables are all zeros. I would like to include models that explore session and time additive and interactive effects with the 2 mixtures (as I have done in the robust model without heterogeneity, p=c).
- Code: Select all
par.index model.index group time mixture session Time
1 1 47 1 0 1 2009 0
2 2 48 1 0 2 2009 0
3 3 49 1 0 1 2010 0
4 4 50 1 0 2 2010 0
5 5 51 1 0 1 2011 0
6 6 52 1 0 2 2011 0
7 7 53 1 0 1 2012 0
8 8 54 1 0 2 2012 0
9 9 55 1 0 1 2013 0
10 10 56 1 0 2 2013 0
11 11 57 1 0 1 2014 0
12 12 58 1 0 2 2014 0
What am I missing?
Thanks, R