print.confint: Print method for objects of class "confint"

View source: R/plot_summary_print.R

print.confintR Documentation

Print method for objects of class "confint"

Description

print method for class "confint".

Usage

## S3 method for class 'confint'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

an object of class "confint", a result of a call to conf_intervals.

digits

An integer. The argument digits to print.default.

...

Additional optional arguments. At present no optional arguments are used.

Details

Prints the name of the model, details of any fixed parameters, the confidence level of the interval(s) and whether or not the loglikelihood has been adjusted, and symmetric and (profile) likelihood based intervals.

Value

The argument x, invisibly, as for all print methods.

Examples

See the examples in conf_intervals.

See Also

adjust_loglik to adjust a user-supplied loglikelihood function.

conf_intervals for confidence intervals for individual parameters.


chandwich documentation built on Aug. 26, 2023, 1:07 a.m.