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 complmrob
summary(object, conf.level = 0.95, ...)# S3 method for bccomplmrob
summary(object, conf.level = 0.95, conf.type = "perc", ...)
# S3 method for bclmrob
summary(object, conf.level = 0.95, conf.type = "perc", ...)
the object for which the summary information should be returned.
the level of the returned confidence intervals.
ignored.
the type of the returned confidence interval (see boot.ci
for the
meaning of this parameter).