mean.sd.outlierR: Mean and standard diviation after outlier removal

Description Usage Arguments Value Author(s)

View source: R/mean.sd.outlierR.R

Description

Computes the mean and standard deviation after removing outlier groups. outliers package and Grubbs approach are used.

Usage

1
2
## S3 method for class 'sd.outlierR'
mean(x, pv.max.ol = 1e-06)

Arguments

x

a vector of numeric values.

pv.max.ol

the maximum P-value for the Grubbs test. Any outlier with a P-value lower will be considered as outlier.

Value

a vector similar to 'x' but with NAs for outliers.

Author(s)

Jean Monlong


jmonlong/PopSV documentation built on Sept. 15, 2019, 9:29 p.m.