Soc. 740 Homework Assignment xx: Topic ======================================================== ### Your Name ### `r as.character(Sys.Date())` ```{r echo=FALSE} # include this code chunk as-is to set options opts_chunk$set(comment=NA, prompt=TRUE, out.width=750, fig.height=8, fig.width=8) ``` Problem Dx.x ------------ * Say what you're going to do. ```{r} # R commands go here. # You can adjust out.width, fig.height, and fig.width to make graphs look better. # For example, for a small graph, try {r out.width=400}; # for a graph with two side-by-side panels, try {r fig.height=4}. ``` * Draw conclusions. * Intersperse R code chunks with explanatory text as needed. * Repeat for additional problems. * Press the Knit HTML button in the toolbar to process the .rmd file into an .html file. * For more information on using R Markdown in RStudio press the MD button in the toolbar or, for more detail, visit .