Description Usage Arguments Examples
get multivariate outlier indices separately for glucose and insulin series
1 | mvOutliers(oc, t_glu = force, t_ins = force, ...)
|
oc |
ogttCohort instance |
t_glu |
function to transform glucose data to approximate multivariate normality |
t_ins |
function to transform insulin data to approximate multivariate normality |
... |
passed to |
1 2 3 | data(obaSamp)
mvOutliers(obaSamp)
mvOutliers(obaSamp, alpha=.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.