search for: syrl

Displaying 1 result from an estimated 1 matches for "syrl".

Did you mean: srl
2010 Feb 12
1
popbio and stochastic lambda calculation
...####################################### rm(list = ls()) objects() library(popbio) # Vital rate means and variances, and 'types' for the vrtypes argument in vitalsim # 'names' is not used, but indicates what the vital # rates represent: Sad = adult survival, Scub = cub survival # Syrl = yearling survival, Ssub - subadult survival # mx = number of female offspring per year names = c("Sad", "Scub", "Syrl", "Ssub", "mx") # vital rate names, not used mean = c(0.835, 0.640, 0.670, 0.765, 0.467) # vital rate means var = c(0.213, 0.252...