Podcast
Questions and Answers
Which type of statistical test is equivalent to the linear model $lm(y \sim 1)$ in R?
Which type of statistical test is equivalent to the linear model $lm(y \sim 1)$ in R?
What does the linear model $lm(y2 - y1 \sim 1)$ in R predict?
What does the linear model $lm(y2 - y1 \sim 1)$ in R predict?
Which statistical test is equivalent to the linear model $lm(y \sim 1 + x)$ in R when the method is 'Pearson'?
Which statistical test is equivalent to the linear model $lm(y \sim 1 + x)$ in R when the method is 'Pearson'?
Which of the following is a measure of overall variability in a dataset?
Which of the following is a measure of overall variability in a dataset?
Signup and view all the answers
What is the formula to calculate the standard deviation of a dataset?
What is the formula to calculate the standard deviation of a dataset?
Signup and view all the answers
What does the Central Limit Theorem state?
What does the Central Limit Theorem state?
Signup and view all the answers
What is the standard error of the mean?
What is the standard error of the mean?
Signup and view all the answers
Which formula is used to calculate a confidence interval?
Which formula is used to calculate a confidence interval?
Signup and view all the answers
Which effect size measure is independent of sample size?
Which effect size measure is independent of sample size?
Signup and view all the answers
What is the effect size when $r = .3$?
What is the effect size when $r = .3$?
Signup and view all the answers
What is the formula for calculating Cohen's d?
What is the formula for calculating Cohen's d?
Signup and view all the answers
Which statistical test is equivalent to the linear model $lm(y \sim 1 + G2)$ in R when the weights argument is specified?
Which statistical test is equivalent to the linear model $lm(y \sim 1 + G2)$ in R when the weights argument is specified?
Signup and view all the answers
What is the purpose of the function 'signed_rank' in R?
What is the purpose of the function 'signed_rank' in R?
Signup and view all the answers
What is the formula for calculating the mean of a dataset?
What is the formula for calculating the mean of a dataset?
Signup and view all the answers
What is the purpose of the function 'glm' in R?
What is the purpose of the function 'glm' in R?
Signup and view all the answers