eco | R Documentation |
The data comprises light-response curves, which describe the relationship between photosynthetically
active radiation (PAR
) and photosynthetic rate (Pn
).
Observations are repeated measures on the same plants. Variable 'Specimen' provides an identifier
for individual plants. Dataset was copied from
https://stackoverflow.com/questions/37037445/using-mob-trees-partykit-package-with-nls-model
For illustrating the funtionality of package gamtree, two variables
were added: Specimen
, which identifies individual plants, and noise
an artificially generated continuous covariate that is pure (gaussian) noise.
data(eco)
## 'eco'
A data.frame
with 628 observations of 5 variables:
categorical partitioning variable, indicator for specie (signal).
continuous predictor variable for the node-specific model (signal).
continuous response variable.
identification number of individual plants.
artifically generated continuous covariate (noise).
https://stackoverflow.com/questions/37037445/using-mob-trees-partykit-package-with-nls-model
summary(eco)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.