Neither the subject nor those who measure the response variable know which treatment a subject received.
What is a double-blind experiment?
How to identify outliers for univariate data
What is Q1 - 1.5(IQR) and Q3 + 1.5(IQR)?
What is 1-vars stats?
P-value = 0.001
What is "since the P-value is less than any reasonable significance level, we reject the null hypothesis, and conclude there is significance evidence to support the alternative hypothesis"?
The rule for finding the probability of rolling a fair die three times and getting three fours.
What is P(rolling three 4s) = P(4)*P(4)*P(4) = P(4)^3?
Given a Normal distribution with mean = 70 and standard deviation = 2. Find the probability that a data value is at least 75.
What is Normalcdf(75, 100000, 70,2)?
P(A) * P(B|A)
What is P(A and B)
dividing sample according to some important characteristic
What is stratifying?
The probability of exactly 8 successes in 12 trials given a probability of success of 45%.
What is DISTR (or 2nd VARS)--> binompdf(12,.45,7)?