meatReg | R Documentation |
Estimating the variance of the first derivative of log-likelihood function
meatReg(x, which, ...)
x |
a fitted model object. Currently only implemented for |
which |
which penalty parameter(s)? |
... |
arguments passed to the |
See reference below
A
k x k
covariance matrix of first derivative of log-likelihood function
Zhu Wang <wangz1@uthscsa.edu>
Zhu Wang, Shuangge Ma and Ching-Yun Wang (2015) Variable selection for zero-inflated and overdispersed data with application to health care demand in Germany, Biometrical Journal. 57(5):867-84.
sandwichReg
, breadReg
, estfunReg
data("bioChemists", package = "pscl") fm_zinb <- zipath(art ~ . | ., data = bioChemists, family = "negbin", nlambda=10, maxit.em=1) meatReg(fm_zinb, which=which.min(fm_zinb$bic))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.