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):
n(_c - _c) sqrt(n)(gamma_hat - gamma)
multi_cutoff_to_fodr_vec(robust2sls_object, iteration)A numeric vector of the centered FODR values.
A list of "robust2sls" objects.
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.