Description Usage Arguments Value
Computes the leverage of each observation, in the PC score matrix (U). Optionally can identify the outliers.
1 | out_measures.leverage(U, median_cutoff = NA)
|
U |
An n x Q matrix of PC scores. |
median_cutoff |
The outlier cutoff, in multiples of the median leverage.
Default: |
A list with entries "meas"
(the leverage values),
"cut"
(the leverage cutoff value) and
"flag"
(logical vector indicating the outliers). If
!is.null(median_cutoff)
, all entries except "meas"
are omitted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.