logLik.chandwich | R Documentation |
logLik
method for class "chandwich".
## S3 method for class 'chandwich'
logLik(object, ...)
object |
an object of class "chandwich", a result of a call to
|
... |
Additional optional arguments. At present no optional arguments are used. |
The value of the maximised (independence) loglikelihood
is extracted from attr(object, "max_loglik")
. It is also equal
to object(attr(object, "MLE"))
.
An object of class "logLik"
: a numeric scalar with
value equal to the maximised (independence) loglikelihood, that is,
the value of the independence loglikelihood at the MLE, and the
attribute "df"
, which gives the number of free parameters estimated.
coef.chandwich
: coef
method for
class "chandwich".
vcov.chandwich
: vcov
method for
class "chandwich".
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.