New research suggests that the occurrence of celiac disease in a subject depends on the subject’s gender and whether the subject already has another autoimmune disorder (such as Hashimoto disease and/or Type I Diabetes). Researchers collected information from 860 patients complaining of gastrointestinal discomfort. data celiac; input gender $ hashimoto $ t1diabetes $ positive total; cards; female yes yes 27 124 female yes no 21 133 female no yes 22 117 female no no 16 109 male yes yes 14 95 male yes no 14 87 male no yes 9 97 male no no 11 99 ; run; title "Logistic model with gender"; proc logistic data=celiac; class gender (ref='male') / param=ref; model positive/total = gender; run; title "Logistic model with gender adjusted for presence of autoimune (t1diabetes and hashimoto) diseases"; proc logistic data=celiac; class gender (ref='male') / param=ref; class hashimoto (ref='no') / param=ref; class t1diabetes (ref='no') / param=ref; model positive/total = gender hashimoto t1diabetes; run; a) Conduct the appropriate hypothesis test at a 5% significance level to test whether adding information about Hashimoto disease and Type I Diabetes as predictors together significantly improves the initial model for occurrence of Celiac disease based on gender. Provide null and alternative hypotheses, test statistic, df, test result and your interpretation. b) Based on the data input into SAS, compute the observed odds of having Celiac disease for a male who does not have Hashimoto disease nor Type I Diabetes. No need for interpretation. c) Based on the second model, compute the estimated odds of having Celiac disease for a male who does not have Hashimoto disease nor Type I Diabetes. No need for interpretation. d) Based on the crude model, compute the Wald chi-squared test statistic for testing whether gender is associated with having Celiac disease. No need to perform the actual hypothesis test. e) Compute the 95% confidence interval for the crude OR of Celiac disease for females compared to males. No need for interpretation. (z0.975 = 1.96)
New research suggests that the occurrence of celiac disease in a subject depends on the subject’s gender and whether the subject already has another autoimmune disorder (such as Hashimoto disease and/or Type I Diabetes). Researchers collected information from 860 patients complaining of gastrointestinal discomfort. data celiac; input gender $ hashimoto $ t1diabetes $ positive total; cards; female yes yes 27 124 female yes no 21 133 female no yes 22 117 female no no 16 109 male yes yes 14 95 male yes no 14 87 male no yes 9 97 male no no 11 99 ; run; title "Logistic model with gender"; proc logistic data=celiac; class gender (ref='male') / param=ref; model positive/total = gender; run; title "Logistic model with gender adjusted for presence of autoimune (t1diabetes and hashimoto) diseases"; proc logistic data=celiac; class gender (ref='male') / param=ref; class hashimoto (ref='no') / param=ref; class t1diabetes (ref='no') / param=ref; model positive/total = gender hashimoto t1diabetes; run; a) Conduct the appropriate hypothesis test at a 5% significance level to test whether adding information about Hashimoto disease and Type I Diabetes as predictors together significantly improves the initial model for occurrence of Celiac disease based on gender. Provide null and alternative hypotheses, test statistic, df, test result and your interpretation. b) Based on the data input into SAS, compute the observed odds of having Celiac disease for a male who does not have Hashimoto disease nor Type I Diabetes. No need for interpretation. c) Based on the second model, compute the estimated odds of having Celiac disease for a male who does not have Hashimoto disease nor Type I Diabetes. No need for interpretation. d) Based on the crude model, compute the Wald chi-squared test statistic for testing whether gender is associated with having Celiac disease. No need to perform the actual hypothesis test. e) Compute the 95% confidence interval for the crude OR of Celiac disease for females compared to males. No need for interpretation. (z0.975 = 1.96)
MATLAB: An Introduction with Applications
6th Edition
ISBN:9781119256830
Author:Amos Gilat
Publisher:Amos Gilat
Chapter1: Starting With Matlab
Section: Chapter Questions
Problem 1P
Related questions
Question
100%
New research suggests that the occurrence of celiac disease in a subject depends on the subject’s gender and whether the subject already has another autoimmune disorder (such as Hashimoto disease and/or Type I Diabetes). Researchers collected information from 860 patients complaining of gastrointestinal discomfort.
data celiac;
input gender $ hashimoto $ t1diabetes $ positive total;
cards;
female yes yes 27 124
female yes no 21 133
female no yes 22 117
female no no 16 109
male yes yes 14 95
male yes no 14 87
male no yes 9 97
male no no 11 99
;
run;
title "Logistic model with gender";
proc logistic data=celiac;
class gender (ref='male') / param=ref;
model positive/total = gender;
run;
title "Logistic model with gender adjusted for presence of autoimune (t1diabetes and
hashimoto) diseases";
proc logistic data=celiac;
class gender (ref='male') / param=ref;
class hashimoto (ref='no') / param=ref;
class t1diabetes (ref='no') / param=ref;
model positive/total = gender hashimoto t1diabetes;
run;
a) Conduct the appropriate hypothesis test at a 5% significance level to test whether adding information about Hashimoto disease and Type I Diabetes as predictors together significantly improves the initial model for occurrence of Celiac disease based on gender. Provide null and alternative hypotheses, test statistic, df, test result and your interpretation.
b) Based on the data input into SAS, compute the observed odds of having Celiac disease for a male who does not have Hashimoto disease nor Type I Diabetes. No need for interpretation.
c) Based on the second model, compute the estimated odds of having Celiac disease for a male who does not have Hashimoto disease nor Type I Diabetes. No need for interpretation.
d) Based on the crude model, compute the Wald chi-squared test statistic for testing whether gender is associated with having Celiac disease. No need to perform the actual hypothesis test.
e) Compute the 95% confidence interval for the crude OR of Celiac disease for females compared to males. No need for interpretation. (z0.975 = 1.96)
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Step 1: Write the given information.
VIEWStep 2: Conduct the appropriate hypothesis test at a 5% significance level to test whether adding.
VIEWStep 3: Determine observed odds of Celiac disease for male not having Hashimoto disease nor TypeI Diabetes.
VIEWStep 4: Determine estimated odds of Celiac disease for male not having Hashimoto disease nor Type I Diabetes
VIEWStep 5: Determine the Wald chi square test statistics and 95% confidence Interval for Crude Odds Ratio(OR).
VIEWSolution
VIEWTrending now
This is a popular solution!
Step by step
Solved in 6 steps with 7 images
Recommended textbooks for you
MATLAB: An Introduction with Applications
Statistics
ISBN:
9781119256830
Author:
Amos Gilat
Publisher:
John Wiley & Sons Inc
Probability and Statistics for Engineering and th…
Statistics
ISBN:
9781305251809
Author:
Jay L. Devore
Publisher:
Cengage Learning
Statistics for The Behavioral Sciences (MindTap C…
Statistics
ISBN:
9781305504912
Author:
Frederick J Gravetter, Larry B. Wallnau
Publisher:
Cengage Learning
MATLAB: An Introduction with Applications
Statistics
ISBN:
9781119256830
Author:
Amos Gilat
Publisher:
John Wiley & Sons Inc
Probability and Statistics for Engineering and th…
Statistics
ISBN:
9781305251809
Author:
Jay L. Devore
Publisher:
Cengage Learning
Statistics for The Behavioral Sciences (MindTap C…
Statistics
ISBN:
9781305504912
Author:
Frederick J Gravetter, Larry B. Wallnau
Publisher:
Cengage Learning
Elementary Statistics: Picturing the World (7th E…
Statistics
ISBN:
9780134683416
Author:
Ron Larson, Betsy Farber
Publisher:
PEARSON
The Basic Practice of Statistics
Statistics
ISBN:
9781319042578
Author:
David S. Moore, William I. Notz, Michael A. Fligner
Publisher:
W. H. Freeman
Introduction to the Practice of Statistics
Statistics
ISBN:
9781319013387
Author:
David S. Moore, George P. McCabe, Bruce A. Craig
Publisher:
W. H. Freeman