Merge remote-tracking branch 'origin/master'

This commit is contained in:
Dusty.P
2018-04-19 01:16:28 -08:00
4 changed files with 29 additions and 2 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ qplot(x=dob_day, data=pf, binwidth = 1) +
#### Lets 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