rm_outliers: Return a dataset without the identified outliers according...

Description Usage Arguments Value Examples

Description

Return a dataset without the identified outliers according coefficient This function is based on boxplot.stat function

Usage

1

Arguments

data

A dataframe containing the edr10 or ed50

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 dataset without the outliers

Examples

1
ciprKP1_5.Ac<-rm_outliers(ciprKP0.Ac,1.5)

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