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

View source: R/plot_summary_print.R

print.chandwichR Documentation

Print method for objects of class "chandwich"

Description

print method for class "chandwich".

Usage

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

Arguments

x

an object of class "chandwich", a result of a call to adjust_loglik.

...

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

Details

Just prints the original call to adjust_loglik and a character vector giving the names of the attributes (produced using ls(attributes(x))) to the function returned from adjust_loglik. To view an individual attribute called att_name use attr(x, "att_name") or attributes(x)$att_name.

Value

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

See Also

summary.chandwich: summary method for class "chandwich".

adjust_loglik to adjust a user-supplied loglikelihood.


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