search for: subadult

Displaying 2 results from an estimated 2 matches for "subadult".

2011 Feb 09
3
Need help merging two dataframes
...33 variables: >t3<-merge(t2,AB,by="id",all=FALSE) Dataframe AB (24 variables omitted from example dataframe): id sex age area 01 male adult LP 01 male adult LP 01 male adult LP ... 02 female subadult LP 02 female subadult LP 02 female subadult LP 02 female subadult LP ... 03 male subadult MR 03 male subadult MR 03 male subadult MR 03 male subadult MR ... Dataframe t2 (5 variables omitted from...
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, 0.241, 0.133, 0.0405) #variances of...