Displaying 1 result from an estimated 1 matches for "meansize_scaled".
2008 Sep 24
0
weights option in lmer
...pe. I am
looking how
the mean size of fish has been changing over time in different stocks.
This is a simple model but it will get more complicated in the future.
I just need to make the option of weights to work before the model
becomes more complex.
MODEL WITH
NO WEIGHTS
> M1<- lmer(meansize_scaled~year + (year |stock ), data=cas) # two levels
>
> M1
Linear
mixed model fit by REML
Formula:
meansize_scaled ~ year + (year | stock)
Data: cas
AIC
BIC logLik deviance REMLdev
-2777 -2742
1395 -2807 -2789
Random
effects:
Groups
Name Variance Std.Dev....