| growthData | R Documentation |
The growthData data frame has 200 rows and 3 columns.
data(growthData)
A data frame with 200 observations on the following 3 variables.
xthe supposed ‘age’ variable.
ythe supposed growth variable (e.g. weight).
zan additional variable to be considered in the model.
Simulated data to illustrate capabilities of the package.
data(growthData)
with(growthData, plot(x,y))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.