viewof scientific_notation_1_response = Inputs.radio(['3.1e3','310']);
correct_scientific_notation_1 = '3.1e';
scientific_notation_1_result = {
if(scientific_notation_1_response == correct_scientific_notation_1){
return 'Correct!';
} else {
return 'Incorrect or incomplete.';
};
}
All questions
Statistics Basics
E numbers
Question 1
Which is bigger?
Question 2
Which is bigger?
General
Question 1
Assuming that you are investigating a real effect, which sample size is more likely to give you a significant result?
Question 2
Assuming that you are NOT investigating a real effect, which sample size is more likely to give you a significant result?
Question 3
Alpha values are…
Probability
Question 1
What is the likelihood of flipping a (non-biased) coin heads and then tails?
Question 2
What is the likelihood of rolling 3 sixes in a row?
Describing Data
Central Tendency
Question 1
Which of the following is most influenced by outliers?
Dispersion
Question 1
True or False: Using degrees of freedom (N-1) rather than N controls for bias
Question 2
Which of the following can be negative?
Distributions
Binomial
Question 1
Do binomial distributions only work if there is an equal likelihood of either outcome?
Question 2
What is the likelihood of flipping 2 heads in a row if your coin is .6 biased towards heads
Normal
Question 1
Jamie has just completed a mathematics test, where the maximum score is 100%. Their score was , the mean maths score was and the SD was . What is their Z-score?
Your answer is… .
Question 2
Using the above value, which percentile group would you put Jamie’s score into?
Your answer is… .
If you want to practice with different numbers in these questions then please reload the page.
Skewness
Question 1
Is a skewness z-score of indicative of a significant problem of skewness?
Your answer is
Transforming Data
Question 1
Which types of transformations might make a distribution normal?
Question 2
Which of the following transformations is least likely to result in a normal distribution?
Correlations
Correlations
Question 1
Which test would be less influenced by skewed data?
Question 2
Can r values be greater than 1?
Partial Correlations
Question 1
What does a variable need to correlate with to be a viable candidate as a covariate?
Regressions
Simple Regressions
Question 1
Is an r-value a standardised or unstandardised estimate of the association between a predictor and an outcome?
Multiple Regressions
Categorical
Contingency
Question 1
Will Cramer’s V give the same value as Phi?
Question 2
Chi Square tests tell you…
Item Analysis
Cronbach Alpha
Question 1
Cronbach’s Alpha is useful to check whether items in a measure are…
Question 2
Do you need to reverse code relevant items before conducting Cronbach’s Alpha?
Multiple testing
Family-Wise Error Rate
Question 1
An alpha value of .05 suggests that 5% of published studies are false-positives?
Question 2
Which correction is more useful for keeping the alpha and FWER rates the same
False Discovery Rate
Question 1
Which of the following reflects false discovery rate:
After ranking all the p-values which of the following is true about the Benjamini-Hochberg procedure:
Family-wise Error Rate vs. False Discovery Rate
Question 1
What association is there between the proportion of positive effects and FWER?
Question 2
What association is there between the proportion of positive effects and FDR?
Permutations
Question 1
Permutation analysis can only be used on non-parametric data
Question 2
Permutation analysis can only be done when comparing 2 groups?