Question: Write an R script which removes the columns which have more than 75% missing values. Then it should replace the missing values in all columns

Write an R script which removes the columns which have more than 75% missing values. Then it should replace the missing values in all columns with the median value of the existing values in that column that belong the same class (Label). (you may need to use which(),is.na() functions and consider excluding those columns by name. For that purpose you may investigate %in% and -c(...) type of operations .)

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 Databases Questions!