View source: R/outlier_tests.R
multi_cutoff_to_fodr_vec | R Documentation |
multi_cutoff_to_fodr_vec()
takes a list of "robust2sls"
objects
and returns a vector of the centered FODR (sample - expected) for different
values of the cut-off c (equivalently gamma):
\loadmathjax
\mjdeqn \sqrtn(\widehat\gamma_c - \gamma_c) sqrt(n)(gamma_hat - gamma)
multi_cutoff_to_fodr_vec(robust2sls_object, iteration)
robust2sls_object |
A list of |
iteration |
An integer >= 0 or the character "convergence" that determines which iteration is used for the test. |
See outlier_detection()
and
multi_cutoff()
for creating an object of class
"robust2sls"
or a list thereof.
A numeric vector of the centered FODR values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.