The correlation coefficient between x and y
What is statistics-->stat calculations->4:Linear Regression (a+bx), X1 List: x, Y1 List: y?
An experimental design for comparing just two treatments where subjects are paired with someone similar
What is matched pairs?
The probability of at least 8 successes in 12 trials given a probability of success of 45%.
Binomialcdf(p=.45, n=12, L.B.=8, U.B.=12)
The z* for a 92% confidence interval
invNorm(area=.04)?
The rule for finding the probability of obtaining the first success on the 5th trial.
Geometric, p, X=5
The chi-squared test statistic with observed values in ob and expected counts in ex
What is (ob-ex)^2/ex then sum?
The rule for finding 10 successes in 15 trials.
Binomial, p, n=15, X=10
Show residual plot
x and y data in Lists & Spreadsheets ->Data & Statistics -> x on x-axis, y on y-axis -> Show Linear -> Show residuals