coef.chandwich | R Documentation |
coef
method for class "chandwich".
## S3 method for class 'chandwich'
coef(object, complete = FALSE, ...)
object |
an object of class "chandwich", a result of a call to
|
complete |
A logical scalar. If The default is |
... |
Additional optional arguments. At present no optional arguments are used. |
The full vector of estimates is taken from
attributes(object)$res_MLE
and the reduced vector from
attributes(object)$MLE
.
A numeric vector of estimated parameters, which will be
named if names were provided in the call to
adjust_loglik
.
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.