File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,26 @@ Explore your data variables and decide what questions you want to ask and answer
25
25
26
26
1 . Upload your data set to Kaggle, Radiant or R studio OR VIEW data sets.
27
27
28
- 2 . Ask 2 questions that can be answered using a correlation analyses.
28
+ 2 . Ask 2 questions that can be answered using a correlation analyses. Make a copy of this document and fill out information for each correlation.
29
29
30
- 3 . Ask to questions that can be answered using a T-Test. Find the p value for your questions.
30
+
31
+ Correlation analysis Template
32
+
33
+ https://docs.google.com/document/d/1h2zhx6STiFp7SpXzy_Q0cHm6rQIntbxO2vEel9_juaY/edit?usp=sharing
34
+
35
+
36
+ 3 . Ask questions that can be answered using a T-Test or ANOVA. Find the p value for your questions.
37
+ Complete 3 ANOVA Analyses Choose your own data sets.
38
+
39
+ Explanation Template -https://docs.google.com/document/d/1WVw8JKT13BRnZZlCbNMTfIG1GTDQM4puHbMB9QMqQs4/edit?usp=sharing
31
40
32
41
4 . Create 1 visuals per hypothesis or question.
33
42
34
43
5 . Get a basic statistics summary to explore your data. There is not only one right answer for how to explore your data.
35
44
36
45
46
+
47
+
37
48
Below we will first load some libraries and load a bunch of data sets to choose from.
38
49
39
50
``` {r cars}
You can’t perform that action at this time.
0 commit comments