nb_outliers: Return the number of outliers in the dataset taken in entry...

Description Usage Arguments Value Examples

Description

Return the number of outliers in the dataset taken in entry and according the coefficient. This function is based on boxplot.stat function

Usage

1
nb_outliers(data, var_grp, coef)

Arguments

data

A dataframe containing the edr10 or ed50

var_grp

A group variable telling how counts have to be done (ie.by Class)

coef

this determines how far the plot ‘whiskers’ extend out from the box. If coef is positive, the whiskers extend to the most extreme data point which is no more than coef times the length of the box away from the box. A value of zero causes the whiskers to extend to the data extremes (and no outliers be returned).

Value

the number of Outliers according the chosen coefficient

Examples

1
 nb_outliers(ciprKP0.Ac,Class,coef)

cdv04/ACTR documentation built on May 13, 2019, 2:42 p.m.