print.summary.chandwich: Print method for objects of class "summary.chandwich"

View source: R/plot_summary_print.R

print.summary.chandwichR Documentation

Print method for objects of class "summary.chandwich"

Description

print method for an object x of class "summary.chandwich".

Usage

## S3 method for class 'summary.chandwich'
print(x, ...)

Arguments

x

An object of class "summary.chandwich", a result of a call to summary.chandwich.

...

Additional arguments passed on to print.

Value

Prints a numeric matrix with 3 columns and the number of rows equal to the number of parameters in the current model, i.e. attr(object, "p_current"). The columns contain: the maximum likelihood estimates (MLE), unadjusted standard errors (SE) and adjusted standard errors (adjSE).

Examples

See the examples in adjust_loglik.

See Also

adjust_loglik to adjust a user-supplied loglikelihood.

summary.chandwich for a diagnostic plot.


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