Skip to content

Commit 591d2ec

Browse files
authored
Update R-WORKSHOP.Rmd
1 parent d443d62 commit 591d2ec

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

R-WORKSHOP.Rmd

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,26 @@ Explore your data variables and decide what questions you want to ask and answer
2525

2626
1. Upload your data set to Kaggle, Radiant or R studio OR VIEW data sets.
2727

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.
2929

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
3140

3241
4. Create 1 visuals per hypothesis or question.
3342

3443
5. Get a basic statistics summary to explore your data. There is not only one right answer for how to explore your data.
3544

3645

46+
47+
3748
Below we will first load some libraries and load a bunch of data sets to choose from.
3849

3950
```{r cars}

0 commit comments

Comments
 (0)