1.1 Problem statement

The World is in a pandemic crisis and we want to understand the laboratory covariates which are associated with mortality. You are the Biostatistician and the lab data comes out from the machine as provided below:

1. Do the manipulation of the original data shown below for analysis.

2. We only need the first lab measurement of the patient

3. The datasets are provided for both lab raw data and the output data

The Raw data structure is provided below:

The Output is as follows:

a. Everything should be done in R

b. Make sure you write comments for every step you are doing

c. Try to make your code as efficient as you have seen how messy the lab data can be

d. Submit your code anytime when done for review