Question

In: Statistics and Probability

Part A: Here is the start to SAS: DATA CHISQ; INPUT GROUP $ OUTCOME $ COUNT;...

Part A: Here is the start to SAS:

DATA CHISQ;
INPUT GROUP $ OUTCOME $ COUNT;
DATALINES;
DRUG ALIVE 90
DRUG DEAD 10
PLACEBO ALIVE 80
PLACEBO DEAD 20
;

Add the necessary code to evaluate the chi-square.

What is the continuity-adjusted chi-square

a. 0.0477

b. 0.0459

c. 0.0747

d. 0.0482

Part B.

For the data in the above question, what is the 95% confidence interval for the odds ratio?​​​​​​​

  1. 0.99-5.09
  2. 1.00-1.27
  3. 0.97-5.51
  4. 1.01-1.25

Solutions

Expert Solution


Related Solutions

Here is the start of the SAS code to address this question: DATA READING; INPUT GROUP...
Here is the start of the SAS code to address this question: DATA READING; INPUT GROUP $ WORDS @@; DATALINES; X 700 X 850 X 820 X 640 X 920 Y 480 Y 460 Y 500 Y 570 Y 580 Z 500 Z 550 Z 480 Z 600 Z 610 ; Is there a significant difference between the mean reading score among the groups? Yes No Assuming you answer "yes" in the previous question, between what groups was there a...
Using this SAS code for the data. The outcome variable is SBP and should be coded...
Using this SAS code for the data. The outcome variable is SBP and should be coded to appear on the y-axis. Note: you have to write the appropriate program Answer the following questions: Report the correlation coefficient and the p-value. (2pts) Report the parameter estimate for the intercept and heart rate (4pts) Using the regression equation, what is the expected blood pressure for someone with a heart rate of 153? (4pts) data sas_test; input hr sbp; datalines; 35 80 50...
Which items count as part of this year's GDP? Group of answer choices final goods   ...
Which items count as part of this year's GDP? Group of answer choices final goods       [ Choose ]            no            yes       intermediate goods       [ Choose ]            no            yes       newly produced final goods       [ Choose ]            no            yes       the sale of new final goods       [ Choose ]           ...
Choose one of the tools listed here that was not utilized in the course (SAS, R,...
Choose one of the tools listed here that was not utilized in the course (SAS, R, or JMP,). Provide a brief description of this tool including its strengths and weaknesses. Describe a scenario where you would make use of this tool and explain why this tool would be preferred in that case.
Part I - Reading input in a loop Before you start doing any coding, brainstorm between...
Part I - Reading input in a loop Before you start doing any coding, brainstorm between the two of you on how to go about starting this program. You need to get your code to repeatedly prompt for a new String until the user enters an empty line, and then end with a goodbye message. What is the algorithm that you need to use? Write your algorithm into comments in the main method of the Palindrome class (as shown in...
A study is conducted in patients with HIV. The primary outcome is CD4 cell count which...
A study is conducted in patients with HIV. The primary outcome is CD4 cell count which is a measure of the stage of the disease. Lower CD4 counts are associated with more advanced disease. The investigators are interested in the association between vitamin and mineral supplements and CD4 count. A multiple regression analysis is performed relating CD4 count to use of supplements (coded as 1=yes, 0=no) and to duration of HIV, in years (i.e., the number of years between the...
2. Explain what happens to cause SAS to shift. Explain the relationship of productivity and input...
2. Explain what happens to cause SAS to shift. Explain the relationship of productivity and input prices when shifting SAS. Create an example of a shift in SAS and demonstrate it on a graph. 3. Explain what causes LAS to shift. Create an example and demonstrate on a graph.
(A review on SAS data management) The following is a data set of 12 individuals. And...
(A review on SAS data management) The following is a data set of 12 individuals. And we want to relate the heart rate at rest (Y) to kilograms body weight (X). 90 62 87 41 87 63 73 46 73 53 86 55 100 70 75 47 76 49 87 69 79 41 78 48 Write a program in SAS which read the given data set into SAS library. In your program, create a new data set which is a...
(A review on SAS data management) The following is a data set of 12 individuals. And...
(A review on SAS data management) The following is a data set of 12 individuals. And we want to relate the heart rate at rest (Y) to kilograms body weight (X). X Y 90 62 87 41 87 63 73 46 73 53 86 55 100 70 75 47 76 49 87 69 79 41 78 48 Write a program in SAS which read the given data set into SAS library. In your program, create a new data set which...
In a two input scenario, if the price of one input changes,____________ will also change: Group...
In a two input scenario, if the price of one input changes,____________ will also change: Group of answer choices the profit the marginal physical product the average value product all of the above
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT