Comp.ToepadLamellae_2010_Data_Acarolinensis
收藏DataONE2014-12-12 更新2024-06-27 收录
下载链接:
https://search.dataone.org/view/null
下载链接
链接失效反馈官方服务:
资源简介:
This .Rdata file contains an object “lam.mf.good.av.red” which contains the wildcaught A. carolinensis toepad area and lamella number data used to create Figure 3, analyze morphological evolution, and calculate haldanes. The columns are island, presence of sagrei (0=no, 1=yes), snout-vent length, sex, count.av (average lamella count across right and left 4th hindtoes) and area.mm2.av (average toepad area in mm2 across right and left 4th hindtoes).
Mixed models R-code for toepad area and lamella number in 2010
Toepad area
x <- lmeControl(maxIter=100, msMaxIter=100, niterEM=100)
model.area.mf222 <- lme(area.mm2.av~sagrei.present + sex + svl, random = ~sex + svl | island, control = x)
Lamella number
x <- lmeControl(maxIter=100, msMaxIter=100, niterEM=100)
model.lam.mf <- lme(count.av~sagrei.present + sex + svl, random = ~sex + svl | island, control = x)
创建时间:
2014-12-12



