diff --git a/tidy.Rmd b/tidy.Rmd index 998ffce..79ddc47 100644 --- a/tidy.Rmd +++ b/tidy.Rmd @@ -1,7 +1,7 @@ # Tidy data > "Tidy datasets are all alike but every messy dataset is messy in its -> own way." – Hadley Wickham +> own way." --– Hadley Wickham Data science, at its heart, is a computer programming exercise. Data scientists use computers to store, transform, visualize, and model their data. Each computer program will expect your data to be organized in a predetermined way, which may vary from program to program. To be an effective data scientist, you will need to be able to reorganize your data to match the format required by your program. diff --git a/variation.Rmd b/variation.Rmd index a8e1fb6..9e7df0b 100644 --- a/variation.Rmd +++ b/variation.Rmd @@ -18,7 +18,8 @@ There is no formal way to do Exploratory Data Analysis because you must be free ## Questions -> "There are no routine statistical questions, only questionable statistical routines."---Sir David Cox +> "There are no routine statistical questions, only questionable statistical +> routines." --- Sir David Cox > "Far better an approximate answer to the right question, which is often vague, than an exact answer to the wrong question, which can always be made precise."---John Tukey