Learn R Programming

complmrob (version 0.7.1)

print-methods: 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 complmrob
print(x, conf.level = 0.95, ...)

# S3 method for 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

summary-methods