print.chandwich {chandwich} | R 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
|
... |
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.
[Package chandwich version 1.1.6 Index]