Last chance! 50% off unlimited learning
Sale ends in
Data on life history traits for the narrow-leaved purple coneflower Echinacea angustifolia
data(echinacea)
A data frame with records for 570 plants observed over three years.
Indicator of being alive in 2002.
Ditto for 2003.
Ditto for 2004.
Indicator of flowering 2002.
Ditto for 2003.
Ditto for 2004.
Count of number of flower heads in 2002.
Ditto for 2003.
Ditto for 2004.
the remnant population of origin of the plant
(all plants were grown together, pop
encodes ancestry).
east-west location in plot.
north-south location in plot.
These data are analyzed in the following.
Geyer, C. J., Wagenius, S., and Shaw, R. G. (2007) Aster Models for Life History Analysis. Biometrika, 94, 415--426. tools:::Rd_expr_doi("10.1093/biomet/asm030").
library(aster)
data(echinacea)
vars <- c("ld02", "ld03", "ld04", "fl02", "fl03", "fl04",
"hdct02", "hdct03", "hdct04")
redata <- reshape(echinacea, varying = list(vars), direction = "long",
timevar = "varb", times = as.factor(vars), v.names = "resp")
names(echinacea)
dim(echinacea)
names(redata)
dim(redata)
Run the code above in your browser using DataLab