View source: R/plot_summary_print.R
print.confint | R Documentation |
print
method for class "confint".
## S3 method for class 'confint'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
an object of class "confint", a result of a call to
|
digits |
An integer. The argument |
... |
Additional optional arguments. At present no optional arguments are used. |
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.
The argument x
, invisibly, as for all
print
methods.
See the examples in conf_intervals
.
adjust_loglik
to adjust a user-supplied
loglikelihood function.
conf_intervals
for confidence intervals for
individual parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.