print-methods | R Documentation |
Print information about the models returned by complmrob
or bootcoefs
.
For a detailed description see the help on summary
.
## 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", ...)
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. |
summary-methods
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.