Description Usage Arguments Details Value See Also
Performs loglikelihood adjustment of fitted objects for clustered data, based on Chandler and Bata (2007). We use vertical adjustment which is described in Section 6 in Chandler and Bata (2007).
1 2 | adj_object(x, cluster = NULL, use_sandwich = TRUE, use_vcov = TRUE,
...)
|
x |
A fitted model object. |
cluster |
see details in |
use_sandwich |
A logical scalar. If |
use_vcov |
A logical scalar. If |
... |
Further arguments to be passed to the functions in the
sandwich package |
The fitted object must have S3 methods:
logLikVec
, coef
, and nobs
. It may have method vcov
and
estfun
. If a vcov
method is not available then the variance-covariance
matrix of the model parameters is estimated inside
adjust_loglik
. If an estfun
method is not available
then the score matrix is estimated using jacobian
. More in
See Also.
An object of class c("oolax", "chandwich")
with the same structure as an
object returned from adjust_loglik
.
adjust_loglik
Loglikelihood adjustment using the sandwich
estimator.
logLikVec.gev
Loglikelihood vector for GEV Distribution fitted
by fgev
logLikVec.pot
Loglikelihood vector for GPD Distribution fitted
by fpot
logLikVec.ismev_gev
Loglikelihood vector for GEV Distribution
fitted by gev.fit
logLikVec.ismev_gpd
Loglikelihood vector for GPD Distribution
fitted by gpd.fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.