1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
scatterplot + regression line? 3 pts
a graph that provides the visualization of two ddifferent variables at once
allow us to observe if two variables hold positive or negaitve linear correlation
pearsons corelation coefficient between the two vairables can be graphically represented in the scatter plot as a regression line
checking assumption on jasp: linear relationship? 7 pts
WE CHECK USING A SCATTERPLOT:
open the data set
click on regression
click on classical-correlation
select age > variables
selece sleep > variables
click on scatter plots
see the results on the right side of the and check for a positive correlation
checking assumption on jasp: no significant outliers? 7 pts
WE CHECK USING BOXPLOTS
open the data set
check the descriptives
select age > variables
select sleep > variables
click on customizable plots
select boxplots > boxplot element > label outliers
check the results on the right side for any outliers
checking assumption on jasp: normal distribution? 7 pts
open the data set
click on descriptives
select age > variables
select sleep > variables
click on box plots
select distribution plots > display density
see the results on the right side and check for normal distributions
checking assumption on jasp: normal distribution? 9 pts
WE CAN CHECK USING THE SHAPIRO WILK TEST
open the data set
click on regression
click on classical correlation
select age > variables
select sleep > variables
select pearson’s r
go to assumption checks
select multivariate normality shapiro
check the results on the right side depending on the r value generated
shapiro-wilk test: How do I interpret the Assumption Check result? 2 pts
If p ≤ 0.05: then the null hypothesis can be rejected
(i.e., the variable is NOT normally distributed)
If p > 0.05: then the null hypothesis cannot be rejected
(i.e., the variable MAY BE normally distributed)
what is degrees of freedom? 2 pts
the max number of logically independent values; values that have the freedom to vary in the data sample
for correlations it refers to the total number ot score pairs minus 2
Degrees of freedom = number of observations − number of things you've already estimated
what is the p-value? 1 pt
a number between 0-1 calculated after running a statistical test on data and represents the probability of the data (or more extreme data), assuming the null hypothesis is true
Small p-value (<0.05<0.05) → strong evidence against the null hypothesis.
Large p-value (>0.05>0.05) → not enough evidence against the null hypothesis.