Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this problem we'll analyze data from a real randomized trial. In this problem we'll analyze data from a real randomized trial. https://github.com/higgi13425/medicaldata/blob/master/man/description_docs/indo_rct_desc.html) To get

In this problem we'll analyze data from a real randomized trial.

In this problem we'll analyze data from a real randomized trial. https://github.com/higgi13425/medicaldata/blob/master/man/description_docs/indo_rct_desc.html)

To get the data, install and load the `medicaldata` R package:

``` {r load_medicaldata} library(medicaldata) study_data = medicaldata::indo_rct ```

You will also need to look at the data below to understand how you should process the data. We are interested in estimating the marginal risk ratio for post-ERCP pancreatitis ($Y=1$) given indomethacin ($a=1$) vs. placebo ($a=0$):

$$ RR = \frac{E[Y|A=1]}{E[Y|A=0]} $$

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

College Algebra

Authors: Margaret L. Lial, John Hornsby, David I. Schneider, Callie Daniels

12th edition

134697022, 9780134313795 , 978-0134697024

More Books

Students also viewed these Mathematics questions