Download the by clicking the link following link.
Birth
data file for the exerxise problems.
1. Load dplyr package.
2. Load readr package.
3. Load the data file using *read_tsv("file_location\\filename" ) command.
The data set has following variables/columns:
Find out the average baby weight for the smokers and the non-smokers.
Find out the average weight for premature and full term baby. non-smokers.
Find out the number of premature male babies(count() function of dplyr can be used for counting no of observation)
Display mothers age in decreasing order who have visited more than 10 times for a OB/GYN suggestion.
Display first five observation based on the increasing order of mother age.
Display the observation for which the babies weight is less than the average weight.