data_birthwt | R Documentation |
A dataset from the MASS package containing risk factors associated with low birth weight (LBW) in newborns. Originally collected at Baystate Medical Center, Springfield, Massachusetts, USA.
data_birthwt
A data frame with 189 observations and 10 variables:
Indicator for birth weight < 2500g (binary):
0 = normal
, 1 = low birth weight
Mother's age in years (numeric)
Mother's weight in pounds at last menstrual period (numeric)
Mother's race (factor): 1 = White
, 2 = Black
,
3 = Other
Smoking status during pregnancy (binary): 0 = No
,
1 = Yes
Number of previous premature labors (integer)
History of hypertension (binary): 0 = No
, 1 = Yes
Presence of uterine irritability (binary): 0 = No
,
1 = Yes
no of physician visits during the 1st trimester (integer, 0–6)
Birth weight in grams (numeric)
The outcome variable is binary ('low'): birth weight < 2500g (yes = 1) or not (no = 0).
Hosmer, D.W., Lemeshow, S. (1989). *Applied Logistic Regression.* New York: Wiley. Also available in MASS and described in detail in its documentation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.