Birthwt {grpreg}R Documentation

Risk Factors Associated with Low Infant Birth Weight

Description

The Birthwt data contains 189 observations, 16 predictors, and an outcome, birthweight, available both as a continuous measure and a binary indicator for low birth weight. The data were collected at Baystate Medical Center, Springfield, Mass during 1986. This data frame is a reparameterization of the birthwt data frame from the MASS package.

Usage

data(Birthwt)

Format

The Birthwt object is a list containing four elements:

The matrix X contains the following columns:

Source

MASS. R package. https://cran.r-project.org/package=MASS

References

See Also

birthwt, grpreg

Examples

data(Birthwt)
hist(Birthwt$bwt, xlab="Child's birth weight", main="")
table(Birthwt$low)
## See examples in ?birthwt (MASS package)
##   for more about the data set
## See examples in ?grpreg for use of this data set
##   with group penalized regression models

[Package grpreg version 3.4.0 Index]