Learn R Programming

robust2sls (version 0.2.2)

multi_cutoff_to_fodr_vec: Creates a vector of the centered FODR across different cut-offs

Description

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)

Usage

multi_cutoff_to_fodr_vec(robust2sls_object, iteration)

Value

A numeric vector of the centered FODR values.

Arguments

robust2sls_object

A list of "robust2sls" objects.

iteration

An integer >= 0 or the character "convergence" that determines which iteration is used for the test.

Details

See outlier_detection() and multi_cutoff() for creating an object of class "robust2sls" or a list thereof.