Question: * * THE PROGRAMMING LANGUAGE IS IN R , RSTUDIOS, and JUPYTER. Please don't use pandas or Python. 5 . 7 LAB: Cleaning data using

**THE PROGRAMMING LANGUAGE IS IN R, RSTUDIOS, and JUPYTER. Please don't use pandas or Python.
5.7 LAB: Cleaning data using drop_na() and replace_na()
The hmeq_small dataset contains information on 5960 home equity loans, including 7 features on the characteristics of the loan.
Load the data set hmeq_small.csv as a data frame.
Create a new data frame with all the rows with missing data deleted.
Create a second data frame with the missing data in columns CLNO and YOJ filled in with the mean value of the column.
Print the summaries of the two new data frames.
* * THE PROGRAMMING LANGUAGE IS IN R , RSTUDIOS,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!