From dcc6ede659373a122a5882b2db665f461c86e4bc Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Wed, 18 Apr 2018 10:23:51 -0800 Subject: [PATCH] Fix typos --- .idea/dictionaries/Dustin_Pianalto.xml | 15 +++++++++++++++ .idea/libraries/R_User_Library.xml | 6 ++++++ .idea/vcs.xml | 6 ++++++ lesson3/lesson3_student.rmd | 4 ++-- 4 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 .idea/dictionaries/Dustin_Pianalto.xml create mode 100644 .idea/libraries/R_User_Library.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/dictionaries/Dustin_Pianalto.xml b/.idea/dictionaries/Dustin_Pianalto.xml new file mode 100644 index 0000000..cee1eed --- /dev/null +++ b/.idea/dictionaries/Dustin_Pianalto.xml @@ -0,0 +1,15 @@ + + + + binwidth + dataset + ggplot + lada + ncol + qplot + xlab + xlim + ylab + + + \ No newline at end of file diff --git a/.idea/libraries/R_User_Library.xml b/.idea/libraries/R_User_Library.xml new file mode 100644 index 0000000..71f5ff7 --- /dev/null +++ b/.idea/libraries/R_User_Library.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/lesson3/lesson3_student.rmd b/lesson3/lesson3_student.rmd index fe4800e..54fb684 100644 --- a/lesson3/lesson3_student.rmd +++ b/lesson3/lesson3_student.rmd @@ -73,7 +73,7 @@ qplot(x=dob_day, data=pf, binwidth = 1) + #### Let’s take another look at our plot. What stands out to you here? Response: -Most of the 1st birthdays are in Janually, probably from FBs default or choosing the first option on the list. +Most of the 1st birthdays are in January, probably from FBs default or choosing the first option on the list. ### Be Skeptical - Outliers and Anomalies Notes: @@ -220,7 +220,7 @@ Get the min max from the data with summary(pf$age) ### Lada's Money Bag Meme Notes: -Memes tend to reaccure. +Memes tend to reoccur. Log scale instead of linear can show low numbers ### Transforming Data