compute p-values from penalized zero-inflated Poisson, negative binomial and geometric model with multi-split data
pval.zipath(formula, data, weights, subset, na.action, offset, standardize=TRUE,
family = c("poisson", "negbin", "geometric"),
penalty = c("enet", "mnet", "snet"), gamma.count = 3,
gamma.zero = 3, prop=0.5, trace=TRUE, B=10, ...)
raw p-values in the count component
raw p-values in the zero component
Q value for the count component
Q value for the zero component
symbolic description of the model, see details.
argument controlling formula processing
via model.frame
.
optional numeric vector of weights. If standardize=TRUE
, weights are renormalized to weights/sum(weights). If standardize=FALSE
, weights are kept as original input
subset of data
how to deal with missing data
Not implemented yet
logical value, should variables be standardized?
family to fit zipath
penalty considered as one of enet, mnet, snet
.
The tuning parameter of the snet
or mnet
penalty for the count part of model.
The tuning parameter of the snet
or mnet
penalty for the zero part of model.
proportion of data split, default is 50/50 split
logical value, if TRUE, print detailed calculation results
number of repeated multi-split replications
Other arguments passing to glmreg_fit
Zhu Wang <zwang145@uthsc.edu>
compute p-values from penalized zero-inflated Poisson, negative binomial and geometric model with multi-split data
Nicolai Meinshausen, Lukas Meier and Peter Buehlmann (2013) p-Values for High-Dimensional Regression, Journal of the American Statistical Association, 104(488), 1671--1681.
Zhu Wang, Shuangge Ma, Ching-Yun Wang, Michael Zappitelli, Prasad Devarajan and Chirag R. Parikh (2014) EM for Regularized Zero Inflated Regression Models with Applications to Postoperative Morbidity after Cardiac Surgery in Children, Statistics in Medicine. 33(29):5192-208.
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.