| plants2 | R Documentation |
Independent Norway Spruce regeneration establishment data.
data(plants2)
A data frame with 123 observations on the following 8 variables.
plantedThe number of planted spruce saplings on the plot
pinesThe number of natural pine saplings
sprucesThe number of natural spruce saplings
birchesThe number natural birch saplings
otherspThe number of natural saplings of other species
hcropThe mean height of crop species
hdecidThe mean height of deciduous tree species
sitetypeSite fertility class (small number indicates more fertile site)
The data are collected from 123 fixed-area sample plots with similar age of planted spruce saplings. The number of saplings per species and the height of crop species (spruce and pine) and competing vegetation (birch and other broadleaved trees) has been recorded for all plots. The data includes one plot per forest stand.
Miina, J. and Saksa, T. 2006. Predicting regeneration establishment in Norway spruce plantations using a multivariate multilevel model. New Forests 32: 265-283. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/s11056-006-9002-y")}
Mehtatalo, Lauri and Lappi, Juha 2020. Biometry for Forestry and Environmental Data: with examples in R. New York: Chapman and Hall/CRC. 426 p. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1201/9780429173462")}
data(plants2)
glm1 <- glm(spruces ~ hdecid, family=quasipoisson(), data=plants2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.