R 이상치 탐지

1 개요[ | ]

R 이상치 탐지
df <- iris
out <- boxplot(df$Sepal.Width, plot=F)$out
df[df$Sepal.Width %in% out,]

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}