8. Psychologists at a college want to know if students are sleeping more or less than the recommended average of 8 hours a day. Which of the following code choices correctly tests the null hypothesis?...


1


8. Psychologists at a college want to know if students are sleeping more or less than the recommended<br>average of 8 hours a day.<br>Which of the following code choices correctly tests the null hypothesis?<br>proc univariate data=statdata.sleep mu0<>8;<br>var hours;<br>a.<br>run;<br>proc univariate data-statdatasleep;<br>var hours / mu0=8;<br>b.<br>run;<br>proc univariate data=statdata.sleep;<br>var hours / mu0<>8;<br>C.<br>run;<br>proc univariate data=statdata.sleep mu0=8;<br>var hours;<br>d.<br>run;<br>

Extracted text: 8. Psychologists at a college want to know if students are sleeping more or less than the recommended average of 8 hours a day. Which of the following code choices correctly tests the null hypothesis? proc univariate data=statdata.sleep mu0<>8; var hours; a. run; proc univariate data-statdatasleep; var hours / mu0=8; b. run; proc univariate data=statdata.sleep; var hours / mu0<>8; C. run; proc univariate data=statdata.sleep mu0=8; var hours; d. run;

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here