| lowbwt {RSADBE} | R Documentation |
Low Birth Weight
Description
A consolidation of the concepts learnt the later half of the book is worked trough using this example.
Usage
data(lowbwt)
Format
A data frame with 189 observations on the following 10 variables.
LOWindicator of birth weight less than 2.5kg
AGEmother's age in years
LWTmother's weight in pounds at last menstrual period
RACEmothers race ("white", "black", "other")
SMOKEsmoking status during pregnancy
PTLnumber of previous premature labours
HThistory of hypertension
UIpresence of uterine irritability
FTVnumber of physician visits during the first trimester
BWTbirth weight in grams
Source
http://www.statlab.uni-heidelberg.de/data/linmod/birthweight.html
References
Hosmer, D.W. and Lemeshow, S. (2001). Applied Logistic Regression. New York: Wiley.
Examples
data(lowbwt)
plot(lowbwt)
[Package RSADBE version 1.0 Index]