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.
Value
The argument x, invisibly, as for all
print methods.
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.
See also
summary.chandwich: summary method for
class "chandwich".
adjust_loglik to adjust a user-supplied
loglikelihood.