From: aaronshaw Date: Tue, 29 Sep 2020 17:24:19 +0000 (-0500) Subject: typo X-Git-Url: https://code.communitydata.science/stats_class_2020.git/commitdiff_plain/c3ab23dc32bf58365b77cc044c6f51afa22ec5de?ds=sidebyside typo --- diff --git a/psets/pset1-worked_solution.html b/psets/pset1-worked_solution.html index bd80eb7..354e4e9 100644 --- a/psets/pset1-worked_solution.html +++ b/psets/pset1-worked_solution.html @@ -1803,7 +1803,7 @@ p + geom_histogram()

Statistical questions

SQ1

-

A compelling answer to this depends on the variable you chose. For the one I looked at in my example code (poverty) the data is somewhat right skewed, but not much. In this case, the mean and standard deviation should represent the central tendency and spread of the variable pretty well. If your variable was different (e.g., one of the population or income measures, it would probably be good to also examine and report the median and interquartile range. See OpenIntro chapter 2 for more on distinctions/reasons behind this.

+

A compelling answer to this depends on the variable you chose. For the one I looked at in my example code (poverty) the data is somewhat right skewed, but not much. In this case, the mean and standard deviation should represent the central tendency and spread of the variable pretty well. If your variable was different (e.g., one of the population or income measures), it would probably be good to also examine and report the median and interquartile range. See OpenIntro chapter 2 for more on distinctions/reasons behind this.

SQ2

diff --git a/psets/pset1-worked_solution.pdf b/psets/pset1-worked_solution.pdf index ab64c3d..a2b5b89 100644 Binary files a/psets/pset1-worked_solution.pdf and b/psets/pset1-worked_solution.pdf differ diff --git a/psets/pset1-worked_solution.rmd b/psets/pset1-worked_solution.rmd index ef425ba..06b227e 100644 --- a/psets/pset1-worked_solution.rmd +++ b/psets/pset1-worked_solution.rmd @@ -201,7 +201,7 @@ Note that ggplot2 generates a warning about 5 "non-fininte values." In this case ### SQ1 -A compelling answer to this depends on the variable you chose. For the one I looked at in my example code (`poverty`) the data is somewhat right skewed, but not much. In this case, the mean and standard deviation should represent the central tendency and spread of the variable pretty well. If your variable was different (e.g., one of the population or income measures, it would probably be good to also examine and report the median and interquartile range. See `OpenIntro` chapter 2 for more on distinctions/reasons behind this. +A compelling answer to this depends on the variable you chose. For the one I looked at in my example code (`poverty`) the data is somewhat right skewed, but not much. In this case, the mean and standard deviation should represent the central tendency and spread of the variable pretty well. If your variable was different (e.g., one of the population or income measures), it would probably be good to also examine and report the median and interquartile range. See `OpenIntro` chapter 2 for more on distinctions/reasons behind this. ### SQ2