-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathstat_inf_project_rubric.Rmd
More file actions
78 lines (56 loc) · 3.61 KB
/
stat_inf_project_rubric.Rmd
File metadata and controls
78 lines (56 loc) · 3.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
title: "Intro to Data & Probability - Project Rubric"
output:
html_document:
fig_height: 4
highlight: pygments
theme: spacelab
---
<br>
#### IMPORTANT: If the analysis is completed using software other than R, or not written up using R Markdown, the project should receive a 0 regardless of its content.
<br>
## Part 1: Data (3 points)
- 2 pt for correct reasoning for generabizability -- Answer should discuss whether
random sampling was used. Learners might discuss any reservations, those should be well justified.
- 1 pt for correct reasoning for causality -- Answer should discuss whether
random assignment was used.
## Part 2: Research questions (3 points)
- Should be phrased in a non-causal way (1 pt)
- Should be well defined / not vague (1 pt)
- Is clear why this is of interest to the author / audience (1 pt)
## Part 3: EDA (10 points)
- 3 pts for plots
+ Plots should address the research questions (1 pt)
+ Plots should be constructed correctly (1 pt)
+ Plots should be formatted well -- size not too large, not too small, etc. (1 pt)
- 3 pts for summary statistics
+ Summary statistics should address the research questions (1 pt)
+ Summary statistics should be calculated correctly (1 pt)
+ Summary statistics should be formatted well -- not taking up pages and pages, etc. (1 pt)
- 4 pts for narrative
+ Each plot and/or R output should be accompanied by a narrative (1 pt)
+ Narrative should interpret the visuals / R output correctly (1 pts)
+ Narrative should address the research question (2 pts)
## Inference (28 points)
Statistical inference via hypothesis testing and/or confidence interval.
- State hypotheses
- Check conditions
- State the method(s) to be used and why and how
- Perform inference
- Interpret results
If applicable, state whether results from various methods agree
It is your responsibility to figure out the appropriate methodology. What techniques you use to conduct inference will depend on the type of data you're using, and your sample size. All of you should conduct at least a hypothesis test, and report the associated p-value and the conclusion. Those of you comparing two means, two medians, or two proportions should also calculate a confidence interval for the parameter of interest. Those of you working with categorical variables with more than two levels will need to use methods like ANOVA and chi-square testing for which there is no associated confidence interval, and that's ok. If your data fails some conditions and you can't use a theoretical method, then you should use an appropriate simulation based method.
- If you can use both theoretical and simulation based methods, then choose one and stick with it. You don't have to do both. However if you can't use both, then you need to decide which is appropriate.
- If you can do both a hypothesis test and a confidence interval, do both, and comment on agreement of the results from the two methods. However if your variables do not lend themselves to a confidence interval, that's ok.
- It's essential to make sure the method you're using is appropriate for the dataset and the research question you're working with.
- Hypotheses stated clearly and match research question (4 pts)
- Conditions checked in context of data (4 pts)
- Appropriate methods stated and described (4 pts)
- Correct code and output (6 pts)
- Correct interpretations and conclusions (7 pts)
- Reasoning for why CI is/is not also included (3 pts)
## Overall (6 points)
- Uploaded HTML document resulting from the Rmd template: 1 pt
- Organization: 1 pts
- Readability of the text: 2 pts
- Readability of the code: 2 pts