print-methods {complmrob} | R Documentation |
Print the object
Description
Print information about the models returned by complmrob
or bootcoefs
.
For a detailed description see the help on summary
.
Usage
## S3 method for class 'complmrob'
print(x, conf.level = 0.95, ...)
## S3 method for class 'bootcoefs'
print(x, conf.level = 0.95, conf.type = "perc",
...)
Arguments
x |
the object to be printed. |
conf.level |
the confidence level for the confidence interval. |
... |
ignored. |
conf.type |
the type of the printed confidence interval. |
See Also
[Package complmrob version 0.7.0 Index]