powered by
The growthData data frame has 200 rows and 3 columns.
growthData
data(growthData)
A data frame with 200 observations on the following 3 variables.
x
the supposed `age' variable.
y
the supposed growth variable (e.g. weight).
z
an additional variable to be considered in the model.
Simulated data to illustrate capabilities of the package.
data(growthData) with(growthData, plot(x,y))
Run the code above in your browser using DataLab