title: “Quiz on Introduction to R” author: “Keegan Flynn output: html_document: toc: true —
Upload the ncbirths.csv file; save it in the data folder; and upload it into the data folder. Revise the read.csv code line so that the code matches both the name and address of the data file. The row represent newborns and the column characteristics of the newborns.
1000 Hint: See the number of observations under the structure of the data set.
13 Hint: See the number of variables under the structure of the data set.
7 Hint: See the description of variables under the structure of the data set.
11.750 Hint: See the summary statistics of the data set.