Displaying 1 result from an estimated 1 matches for "tarsus_length".
2013 Jan 07
1
posting a question in the R-help forum
...arsus length on the Bar length of
feathers.
I used an lme since some birds were living in the same territory, so
territory was included as random effect.
Both Bar length and Tarsus length are seen as numerical values, Territory
is seen as a factor.
#########################
m1 <- lme(Bar_length~Tarsus_length, random = ~ 1|Territory, data=data)
> summary(m1)
Linear mixed-effects model fit by REML
Data: min_s12
AIC BIC logLik
-104.1593 -99.98116 56.07963
Random effects:
Formula: ~1 | as.factor(Territory)
(Intercept) Residual
StdDev: 0.01023884 0.01072872
Fixed effects...