


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A case study on comparing gre scores between the school of liberal arts (sola) and the school of public health (soph) at a university. Instructions for various statistical analyses, such as constructing confidence intervals and conducting t-tests for the gre quantitative (greq) and verbal (grev) scores, as well as the gre combined score (grec). The document also covers the concept of power analysis and its application to the rmr results.
Typology: Assignments
1 / 4
This page cannot be seen from the preview
Don't miss anything!



SOLA SOPH GREQ GREV GREQ GREV Q (^) (LA) = 522 V (^) (LA) = 614 Q (^) (PH) = 602 V (^) (PH) = 604 s Q(LA) = 86 s V(LA) = 96 s Q(PH) = 105 s V(PH) = 95 n Q(LA) = 72 n V(LA) = 72 n Q(PH) = 70 n V(PH) = 70 r QV(LA) = 0.62 r QV(PH) = 0.
For GREQ, the assistant found: Pooled Variance = 9184.5786; SE = 16.0864; Critical value: t (.975;df=140) = 1. Pooled 95% CI: -80 ± 31.804 [-111.804, -48.196] t (140) = (-80/16.0864) = -4.97, 2-tailed p < 0.
1.a. Are there any statistical issues with using the Pooled Variance for the GREQ scores? ( 3 points )
The assistant quit shortly thereafter. Due to security and confidentiality issues, the raw data file is destroyed; however, the researcher wants to know if there is a significant difference between SOLA and SOPH scores on the GREV.
1.b. For GREV, Construct a Pooled 95% Confidence Interval for the Mean Difference between SOLA and SOPH. ( 3 points )
1.c. For GREV, Conduct a Pooled two-sample t-test for Mean Difference between SOLA and SOPH. ( 3 points ) t = df = Significant? (two-tailed, α = 0.05) Yes No
Since the GRE Combined score (GREC = GREQ+GREV) is often used for admission decisions and reporting, the Provost wants to know if there is significant difference between SOLA and SOPH in the GREC.
1.d. Calculate the following: ( 10 points ) SOLA SOPH GREC GREC C (^) (LA) = C (^) (PH) = s C(LA) = s C(PH) = n C(LA) = n C(PH) =
1.f. For GREC, Construct a Pooled 95% Confidence Interval for the Mean Difference between SOLA and SOPH. ( 3 points )
1.g. For GREC, Conduct a Pooled two-sample t-test for Mean Difference between SOLA and SOPH. ( 3 points ) t = df = Significant? (two-tailed, α = 0.05) Yes No
Note: Partial credit will be given so show your work.
2.a. What is the probability of at least one failure, P( r ≥ 1) = _____________. (3 points)
2.b. Is it reasonable to assume that these tests were independent? Explain. ( 3 points )
SPSS: Use Analyze-Compare Means-Paired Samples T-Test and choose PRE and POST variables as pairs Use Analyze-Compare Means One Sample T Test and use the DIFF variables as Test Variables
JMP: Use Analyze-Matched Pairs enter the PRE and POST variables as Y, Paired Response Use Analyze-Distributions enter the PRE POST and DIFF variables Under the DIFF Banner select the Test Means Option
SAS: Use PROC MEANS N MISS MEAN STD VAR STDERR T PROBT;VAR PRE POST DIFF; Use PROC TTEST; PAIRED PRE*POST; RUN; and
3.a. In symbolic notation, what was the null hypothesis for the previous analysis? (The null hypothesis was the same for both variables.) ( 2 points )
3.b. Enter the following Results. ( 28 points total ) 95% CI (Mean Diff) Pre Post Mean Diff Lower Bound Upper Bound BMI Mean SD t p-value SE(MDiff) n r df 95% CI (Mean Diff) Pre Post Mean Diff Lower Bound Upper Bound RMR Mean SD t p-value SE(MDiff) n r df
3.c. For both the BMI and RMR, interpret each 95% CI. ( 4 points )
3.d. How would missing data affect the interpretation of these results? ( 3 points )
3.e. What other limitations does this study have? ( 3 points )
Never Former Current 65 120 105 100 60 99 82 52 103 57 80 104 84 103 115 86 107 90 109 107 94
7.a. State the omnibus null hypotheses for this one-way analysis of variance (ANOVA). ( 3 points ).
7.b. Complete the ANOVA Source Table with SS, df , MS, and F , and test the null hypothesis in (1) at the α = .05 level of significance. ( 5 points )
Source SS df MS F p-value
Between ______ ___ _____ ____ _____
Within _______ ___ _____
Total ________ ___
7.c. What is the Model R 2? R^2 = _______ ( 2 points )
7.d. Compute Tukey HSD for each pairwise comparison. ( 9 points ). Mean Diff Lower Bound Upper Bound Never vs Former Never vs Current Current vs Former
7.e. Based on these results explain which groups are significantly different and which group if any has worse lung functioning. ( 4 points ).
9.a. What was the “Observed Power” for these results at a two-tailed α = 0.05? (3 points)
9.b. Holding these data (Means and SDs) constant, what would a future sample size need to be for a similar to have 80% Power (1 – β = 0.80) at a two-tailed α = 0.05.? (3 points)
Directions for 7.b. – 7.d. SPSS: Use Analyze-Compare Means –One Way ANOVA and Select PPRE as the Dependent Variable and Group as Factor Select Options – Descriptive statistics, Homogeneity of Var Test, Welch Select Post-Hoc and Check the Tukey option
JMP: Change the X variable to Nominal, then Use Analyze-Fit Y by X Under the Oneway Analysis Banner select the Means/Anova/Pooled t and Means and Std Dev Compare Means – All Pairs, Tukey HSD options
SAS: Use PROC GLM; CLASS group; model PPRE = group / solution; MEANS group / tukey; RUN;