I have a data frame with data of patients aimed to predict if someone is going from heart attack or not. I am applying the function rm.outlier from outliers package in R. The issue is after running error it seems to work fine but i don't see any changes in the outlier values in the data-set. I am trying to figure out what I might be doing wrong.
I have attached the screenshots of what happens when i view the structure of data before running the function and after running the function in R.
THERE IS NO DIFFERENCE IN STATISTICAL INDICATORS BEFORE AND AFTER APPLYING THE rm.outlier function
the results for summary of variables before applying rm.outlier
the results for summary of variables after applying rm.outlier