summary-methods | R Documentation |
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
## 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", ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.