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

A Survey of Mathematics with Applications

Authors: Allen R. Angel, Christine D. Abbott, Dennis Runde

10th edition

134112105, 134112342, 9780134112343, 9780134112268, 134112261, 978-0134112107

More Books

Students also viewed these Mathematics questions

Question

=+1. Which of the given are Actions and which are States of Nature?

Answered: 1 week ago