View source: R/plot_summary_print.R
print.chandwich | R Documentation |
print
method for class "chandwich".
## S3 method for class 'chandwich'
print(x, ...)
x |
an object of class "chandwich", a result of a call to
|
... |
Additional optional arguments. At present no optional arguments are used. |
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
.
The argument x
, invisibly, as for all
print
methods.
summary.chandwich
: summary
method for
class "chandwich".
adjust_loglik
to adjust a user-supplied
loglikelihood.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.