Question: * * THE PROGRAMMING LANGUAGE IS IN R , RSTUDIOS, and JUPYTER. Please don't use pandas or Python 5 . 8 LAB: Structuring data using
THE PROGRAMMING LANGUAGE IS IN RRSTUDIOS, and JUPYTER. Please don't use pandas or Python
LAB: Structuring data using mutate
The hmeqsmall dataset contains information on home equity loans, including features on the characteristics of the loan.
Load the hmeqsmall. csv data set as a data frame.
Create a new data frame with the columns LOAN and VALUE standardized and saved as LOANSTAND and VALUESTAND.
Create a second data frame with the columns LOAN and VALUE normalized and saved as LOANNORM and VALUENORM.
Print the summaries of the new data frames.
suppressPackagestartupMessageslibrarytidyverse
hmeq # Your code here
hmeq dropnahmeqhmeqstand # Your code here
hmeqNorm # Your code here
printSummary of standardized data:"
#Your code here
printSummary of normalized data:"
#Your code here
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
