Answered step by step
Verified Expert Solution
Question
1 Approved Answer
hey i need help doing my assignment on Rstudio For this question, you will need to analyse data found in the data file df.csv (UCI
hey i need help doing my assignment on Rstudio
For this question, you will need to analyse data found in the data file df.csv (UCI Machine Learning Repository 2014). Download the data set by clicking on df.csv and then save it in a relevant location on your PC. You will then need to import your data into R. The following steps may be useful: i. Set the working directory to the folder in which you have saved the df . csv file ii. Load your data into RStudio using the below code: df Ordinal 3. How many people's health status is "Good"? 4. How many people's health status is "Bad" or worse? 5. How many people's health status is at least "Fair"? 6. What percentage of people's health status is "Good"? 7. What percentage of people's health status is "Bad" or worse? 8. What percentage of people's health status is at least "Fair"?Using the .csv file provided in the previous question, create a frequency chart for the health variable. In the text box please copy and paste your R code. In the file upload section please upload your plot. For this question, marks will be awarded for: . Accuracy of the plot Presentation of the plot (title, axis labels, colours) Provision of R code A - 6 - B I I BE . SO US X X = = 1 3 2 5 C :# 4X Maximum file size: 100MB, maximum number of files: 1 Files You can drag and drop files here to add themStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started