Learn R Programming

lsm (version 0.2.0)

lowbwt: The Low Birth Weight Study.

Description

This data set contains information on 189 birhs to women seen in the obstetrics clinic. The variables are as follows:

Usage

lowbwt

Arguments

Format

A data frame with 189 observations on the following 11 variables.

ID

a numeric vector

SMOKE

a numeric vector

RACE

a numeric vector

AGE

a numeric vector

LWT

a numeric vector

BWT

a numeric vector

LOW

a numeric vector

PTL

a numeric vector

HT

a numeric vector

UI

a numeric vector

FTV

a numeric vector

References

[1] Hosmer, D. (2013). Wiley Series in Probability and Statistics Ser. : Applied Logistic Regression (3). New York: John Wiley & Sons, Incorporated.

Examples

Run this code
# NOT RUN {
data(lowbwt)
## maybe str(lowbwt) ; plot(lowbwt) ...
# }

Run the code above in your browser using DataLab