Skip to content
Prev 9531 / 20628 Next

Generalized randomized block design

Thanks for your reply, Rob,

I guess you are right about not modeling plot as a random effect. In 
any case, if I formulate it this way (as I understand you suggest):

lme(diversity~Treatment*Plot,random=~1|Plot/Subplot)

I don?t have enough df to calculate a Plot (altitude) main effect but 
only treatment and the treatment*Plot interaction. The summary of the 
fixed effects looks like this:

Fixed effects: diversity ~ Treatment * Plot
                     Value  Std.Error  DF   t-value p-value
(Intercept)     0.8332827 0.03153322 186 26.425551  0.0000
TreatPCL        0.0250449 0.04557570  18  0.549524  0.5894
TreatSL        -0.1618297 0.04459471  18 -3.628898  0.0019
Plot2           0.1346471 0.04459471   0  3.019351     NaN # where 
these results with 0 df look like they shouldn?t be in the model.
Plot3           0.0561054 0.04459471   0  1.258118     NaN
TreatPCL:Plot2 -0.0617449 0.06376388  18 -0.968337  0.3457
TreatSL:Plot2  -0.0339678 0.06306644  18 -0.538603  0.5968
TreatPCL:Plot3  0.0217470 0.06376388  18  0.341054  0.7370
TreatSL:Plot3   0.1790523 0.06306644  18  2.839106  0.0109

My questions here are: 1) is it ok to include a Plot main effect in the 
model (as above) even though I don?t have df for it? 2) Would it be 
"allowed" instead to use diversity~Treatment+Treatment:Plot as fixed 
effects, without a Plot main effect? Or otherwise, 3) How wrong would it 
be in the random term to place plot at the level of subplots, so that 
random=~1|Plot:Subplot? I understand in this latter way I would be 
pseudoreplicating plot.

I guess the main issue is that it annoys me to have a term in the model 
which tells me nothing, and not knowing which values to report for 
altitude (the fixed effects with 0 df or the random term resulting from 
the specification of the experimental structure).

Thanks again,

alex





El 2013-01-28 15:56, Robert Kushler escribi?: