outlier_rate | R Documentation |
Calculate outlier rate.
outlier_rate(object, nSD) ## Default S3 method: outlier_rate(object, nSD = 5) ## S3 method for class 'data.frame' outlier_rate(object, nSD = 5) ## S3 method for class 'Metabolite' outlier_rate(object, nSD = 5)
object |
An object, vector, data.frame, data.table or Metabolite. |
nSD |
N times of the SD as outliers. |
Returns a vector of the outlier rate.
A data.table of outlier rate.
# for a Metabolite object data(df_plasma) v <- outlier_rate(df_plasma)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.