Question: Also a file including the Data Dictionary for the dataset is uploaded in this assignment. Please review the data dictionary to determine the purpose/description of
Also a file including the Data Dictionary for the dataset is uploaded in this assignment. Please review the data dictionary to determine the purpose/description of each column.
Follow the steps provided in Hands-on Statistics 4.15 in the textbook. You will need to import the dataset in RStudio first (example provided in module content). Load the file into RStudio and call it coviddata (in RStudio). The file includes two main variables from the dataset:
inpatient_beds_used_covid inpatient_beds_used_covid_coverage Print the Summary of each variable to review the minimum and maximum values in each variable.
Categorize both variables into ranges of 100s (0-100, 101-200, 201-300, 301-400, 401-500, >500)
Code the new variables into new variable names like below
BedsUsed CovidBedsUsed Create rules using the apriori algorithm. use the inspect command to list top 2 associations.
Print the outcome given in RStudio with the code used to generate the outcome.
Provide interpretation of your results.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
