summary-methods {complmrob} | R Documentation |
Get summary information
Description
List the estimates, standard errors, p-values and confidence intervals for the coefficients of
robust linear regression models with compositional data as returned by complmrob
or
bootcoefs
Usage
## S3 method for class 'complmrob'
summary(object, conf.level = 0.95, ...)
## S3 method for class 'bccomplmrob'
summary(object, conf.level = 0.95,
conf.type = "perc", ...)
## S3 method for class 'bclmrob'
summary(object, conf.level = 0.95,
conf.type = "perc", ...)
Arguments
object |
the object for which the summary information should be returned. |
conf.level |
the level of the returned confidence intervals. |
... |
ignored. |
conf.type |
the type of the returned confidence interval (see |
[Package complmrob version 0.7.0 Index]