| growthData {quantregGrowth} | R Documentation |
Simulated data to illustrate capabilities of the package
Description
The growthData data frame has 200 rows and 3 columns.
Usage
data(growthData)
Format
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.
Details
Simulated data to illustrate capabilities of the package.
Examples
data(growthData)
with(growthData, plot(x,y))
[Package quantregGrowth version 1.7-1 Index]