Visualizzazione post con etichetta boxplot. Mostra tutti i post
Visualizzazione post con etichetta boxplot. Mostra tutti i post

martedì 29 maggio 2007

Detecting outliers through boxplots of the features

This function detects univariate outliers simultaneously using boxplots
of the features:

require(dprep)

data(diabetes)

outbox(diabetes,nclass=1)