Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Could you help me with the necessary r code for the questions below? I am using the following packages: library(tidyverse) library(nycflights13) data(diamonds) load ( india04.Rdata
Could you help me with the necessary r code for the questions below?
I am using the following packages:
library(tidyverse) library(nycflights13) data(diamonds) load("india04.Rdata")
- Filter out theUnknowncategory from theedattainvariable in theindia04dataframe. Save the resulting dataframe asindia04_new.
Use theindia04_newdataframe to answer the remainder of the questions in this section.
- Show one example of how you could explore the distribution of each of theage,edattain, andincwagevariables inindia04_new. What do you learn?
If not enough information, some suggestions with the code would be helpful too.
Step 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