Question: Create an R script that first defines standardize_tibble() and then standardize (). In standardize (), replace mean () by a function center () and sd

Create an R script that first defines standardize_tibble() and then standardize (). In standardize (), replace mean () by a function center () and sd () by a function spread (), where center () and spread () are functions that you write to compute the mean and SD using only the sum () function. center () and spread () should remove missing values by default
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
