1.1 1) The science of collecting, organizing, summarizing, and analyzing information to draw conclusions or answer questions. 3) individual 5) statstic 7) parameter 9) Statistic 11) statistic 13) statistic 15) qualatative 17) quantatative 19) quantatative 21) qualatative 23) discrete 25) continuous 27) continuous 29) discrete 31) nominal 33) ratio 35) ordinal 37) ratio 39) population: US teens from the age of 13-17 sample: the 1028 teens surveyed who fit this description
1.2 11) experimental 13) observational
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
summary(cars)
You can also embed plots, for example:
{r, echo=FALSE} plot(cars)
Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.