print.robust2sls {robust2sls}R Documentation

Helper of robust2sls class

Description

robust2sls allows the user to create an object of class "robust2sls" by specifying the different components of the list. The validator function validate_robust2sls is called at the end to ensure that the resulting object is a valid object of class "robust2sls".

Usage

## S3 method for class 'robust2sls'
print(x, verbose = FALSE, ...)

Arguments

x

An object of class "robust2sls".

verbose

A logical value, TRUE or FALSE, determining whether detailed (TRUE) or shortened (FALSE) should be printed.

...

Further arguments passed to or from other methods, see print.

Details

Printing summary output

Print method for objects of class "robust2sls". Prints a high-level summary of the settings and results of the outlier-detection algorithm.

Value

No return value, prints model summary.


[Package robust2sls version 0.2.2 Index]