Exp.PerchHeight_19951998_Data.Acarolinensis
收藏DataONE2014-12-12 更新2024-06-27 收录
下载链接:
https://search.dataone.org/view/null
下载链接
链接失效反馈官方服务:
资源简介:
This .Rdata file contains an object (Exp.PerchHeight19951998_Data_Acarolinensis) that contains perch height (cm), island (small, medium, or large), sex, and treatment (0=control, 1=treatment) information for Anolis carolinensis. These data were used to create Figure 1.
Mixed models R-code for two-way interaction (package nlme) which includes the pre introduction data
mixed.phl.2way.b <- lme(sqrt(PH)~ as.factor(Treat)*as.factor(Event) + Sex, random =~Sex | as.factor(Island), na.action=na.omit)
Mixed models R-code for two-way interaction (package nlme) which does not include the pre introduction data
mixed.phl.2way.no.pre <- lme(sqrt(PH)~ as.factor(Treat)*as.factor(Event) + Sex, random =~Sex | as.factor(Island), na.action=na.omit)
创建时间:
2014-12-12



