document.write( "Question 306102: A clinical trial is conducted comparing a new pain reliever for arthritis to a placebo. Participants are randomly assigned to receive the new treatment or a placebo. The outcome is pain relief within 30 minutes. The data are shown in table 6-8\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " Pain relief no Pain relief
\n" );
document.write( "New medication 44 76
\n" );
document.write( "Placebo 21 99
\n" );
document.write( "
\n" );
document.write( "a. Generate a 95% confidence interval for the proportion of patients on the new medication who report pain relief.\r
\n" );
document.write( "\n" );
document.write( "b. Generate a 95 % confidence interval for the difference in proportions of patients who report pain relief. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "how it calculated with 30 mins ? I'm still not understand. \n" );
document.write( "
Algebra.Com's Answer #219170 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A clinical trial is conducted comparing a new pain reliever for arthritis to a placebo. Participants are randomly assigned to receive the new treatment or a placebo. The outcome is pain relief within 30 minutes. The data are shown in table 6-8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Pain relief no Pain relief \n" ); document.write( "New medication 44 76 \n" ); document.write( "Placebo 21 99 \n" ); document.write( " \n" ); document.write( "a. Generate a 95% confidence interval for the proportion of patients on the new medication who report pain relief. \n" ); document.write( "sample proportion: 65/240 = 0.27 \n" ); document.write( "standard error = E = 1.96*sqrt[0.27*0.73/240] = 0.056 \n" ); document.write( "--- \n" ); document.write( "95% CI: 0.27-0.056 < p < 0.27+0.056 \n" ); document.write( "===========================================\r \n" ); document.write( "\n" ); document.write( "b. Generate a 95 % confidence interval for the difference in proportions of patients who report pain relief. \n" ); document.write( "---- \n" ); document.write( "sample proportion: (44/120)-(21/120 = 23/120 = 0.19 \n" ); document.write( "standard error: 1.96*sqrt(0.19*0.81/120) = 0.07 \n" ); document.write( "--- \n" ); document.write( "95% CI: 0.19-0.07 < P < 0.19+0.07 \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |