Birthwt: Risk Factors Associated with Low Infant Birth Weight

Description Usage Format Source References See Also Examples

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

1

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

1
2
3
4
5
6
7
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

Example output

  0   1 
130  59 

grpreg documentation built on July 27, 2021, 1:08 a.m.