powered by
Daily fecundity of ten individuals (fictitious data)
data(life1)
A data frame with 10 observations on the following 11 variables.
X1
numeric vector, age
X2
numeric vector, first individual
X3
numeric vector, second individual
X4
numeric vector, ...
X5
X6
X7
X8
X9
X10
X11
numeric vector, tenth individual
the first columns stands for the age of the individual. must be sorted in ascending order and represent equal age classes.
# NOT RUN { data(life1,life2,life3) ranova(list(life1,life2,life3)) # }
Run the code above in your browser using DataLab