nb_ED: Print the number of available EDR10 and ED50, present in the...

Description Usage Arguments Details Value Examples

Description

The function prints the count for : 1) all the modalities of the group variable, 2) the modalities having at least 1 EDR10 or 1 ED50, 3) modalities having at least k (argument on the function) EDR10 and k ED50.

Usage

1
nb_ED(dat, var_grp, n_min)

Arguments

var_grp

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

n_min

A integer telling the minimum number of EDR10 and ED50 desired

dataset

A dataframe

Details

#'

Value

the number of Outliers according the chosen coefficient

Examples

1
2
3
data(cipr)
a <- nb_ED(cipr, Class, 6)
nb_ED(cipr, Phylum, 6)

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

Related to nb_ED in cdv04/ACTR...