powered by
Data on a random sample of 100 births for babies in North Carolina where the mother was not a smoker and another 50 where the mother was a smoker.
births
A data frame with 150 observations on the following 14 variables.
Father's age.
Mother's age.
Weeks at which the mother gave birth.
Indicates whether the baby was premature or not.
Number of hospital visits.
Weight gained by mother.
Birth weight of the baby.
Gender of the baby.
Whether or not the mother was a smoker.
# NOT RUN { library(ggplot2) ggplot(births, aes(x = smoke, y = weight)) + geom_boxplot() # }
Run the code above in your browser using DataLab