Learn R Programming

robust2sls (version 0.2.2)

print.robust2sls: 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 robust2sls
print(x, verbose = FALSE, ...)

Value

No return value, prints model summary.

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.