0

Do we have inbuilt function in R which can be used to identify outliers in each column of the data frame? I am working on a logistic regression problem that has some 100 columns. Could anybody help recommend a function?

Satish
  • 11
  • 3
  • You can start by using the code available here https://stackoverflow.com/questions/44089894/identifying-the-outliers-in-a-data-set-in-r/44089981 . If you get stuck update your post with an example dataset, expected output, code that you tried and the place where you get stuck. – Ronak Shah Jul 04 '21 at 06:58
  • There is no formal, universally agreed definition of "outlier". In order to know what's an outlier, you need to know about the population you are studying and need to consider what modeling assumptions you are making to study them. – MrFlick Jul 04 '21 at 07:29

0 Answers0