Displaying 2 results from an estimated 2 matches for "clucth".
Did you mean:
  cloth
  
2006 Apr 16
0
[S] Problems with lme and 2 levels of nesting:Summary
...it's just impossible to count 50 larvae in motion, but ok with 10). The day of death was recorded for each larva. Since there's only one data point per larva, I see no need of including larva ID in the model. So:
>
> Response: DeathDay
> Fixed factor: Treatment
> Random factors: Clucth, Cup
> Design: Cup nested in Clutch
>
> I'm primarlity interested in the effect of Treatment on DeathDay, but would also like to know about the variation within "Clutch" and "Cup". The unit of replication is "Clutch". I want to use a model where the variat...
2006 Apr 08
1
dim(x) error message in lme (nlme package)
Hello
I am trying to analyse mortality data from fish larvae using lme from 
the package nlme as well as using lmer in the package lme4
Response is DeathDay
Fixed factor is Treatment
Random factors are Clucth, Cup
Design: Cup nested in Clutch
If I do this in lme, I use the syntax:
model1 <- lme(DeathDay ~ Treatment, random=~ 1 | Clutch/Cup)
summary(model1)
I get the first part of the output, but where should be "Correlation of 
Fixed Effects", I get this error message:
Error in dim(x) :...