The “OfficeParks.csv” file contains data (as you saw in Chapter 1) regarding several aspects of health and behavior of the characters in both The Office (US) and Parks and Recreation television shows. Notably, this is a ficticious data set not supported by NBC.
In the following code chunks, complete each section.
Import the data.
Pick three variables in the data set and use table1()
to get descriptives for these variables.
Recreate the table above but use a grouping variable to stratify the descriptive statistics (using dplyr::group_by()
).
Create three data visualizations looking at three variables/relationships that you are interested in.