CommonGarden.ToepadLamellae_Data_Acarolinensis
收藏DataONE2014-12-12 更新2024-06-27 收录
下载链接:
https://search.dataone.org/view/null
下载链接
链接失效反馈官方服务:
资源简介:
This .Rdata file contains an object “data.red” which contains the common garden A. carolinensis toepad area and lamella number data used to create Figure 3. The columns are cge.id (hatchling id), dam.hatch.id (hatchling birth mother and date), dam id (adult, wildcaught), island, sagrei present (0=no, 1=yes), ar.av.mm (average toepad area), lam.av.areacount (average lamella number at area scan), hatch.svl.at.area (hatchling svl at area scan), hatch.mass.at.area, sex.at.area, dam.mass (mass of mother at wild capture), dam.svl (at wild capture), hatch.svl.at.hatch (hatchling svl upon hatching from the egg), and hatch.mass.at.hatch.
Mixed models R-code for toepad area and lamella number in 2010
Toepad area
x <- lmeControl(maxIter=1000, msMaxIter=1000, niterEM=1000)
model.area.1 <- lme(ar.av.mm~sag.present + hatch.svl.at.area, random = ~hatch.svl.at.area|island, control = x, na.action=na.omit)
Lamella number
x <- lmeControl(maxIter=1000, msMaxIter=1000, niterEM=1000)
model.lam.1 <- lme(lam.av.areacount~sag.present + hatch.svl.at.area, random = ~hatch.svl.at.area|island, control = x, na.action=na.omit)
创建时间:
2014-12-12



