Skip to content

Generalized randomized block design

4 messages · leverkus, Seth Bigelow

#
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?:
#
Thanks for clarifying that, Seth. I just tried using altitude instead 
of plot as suggested, and only subplot as a random term. However, 
substituting altitude by the categorical Plot seems to work way better 
(now I?m using the cover of annuals as response):
Model df       AIC       BIC  logLik   Test  L.Ratio p-value
model      1  8 -247.3299 -220.4396 131.665
model1     2  6 -245.9759 -225.8082 128.988 1 vs 2 5.353978  0.0688     
# for the interaction using altitude
Model df       AIC       BIC   logLik   Test  L.Ratio p-value
model      1 11 -255.4568 -218.4826 138.7284
model1     2  7 -244.6295 -221.1004 129.3147 1 vs 2 18.82735   8e-04    
# for the interaction using plot

 From plotting the data I can see there is definitely an interaction 
here, so I would trust the version with Plot more than with altitude 
(Residuals in both cases look centered around 0). But I have this issue 
of not knowing whether it is wrong to pseudoreplicate in this way. In 
any case, if my plots were not located at different altitudes there 
would still have to be a way of testing this basic design, right? Could 
my modela be considered correct?

Thank you,

alex






El 2013-01-29 13:52, seth at swbigelow.net escribi?:
1 day later