Description Usage Arguments Value Author(s)
View source: R/mean.sd.outlierR.R
Computes the mean and standard deviation after removing outlier groups.
outliers
package and Grubbs approach are used.
1 2 | ## S3 method for class 'sd.outlierR'
mean(x, pv.max.ol = 1e-06)
|
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. |
a vector similar to 'x' but with NAs for outliers.
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.