ZIPG_CI | R Documentation |
Get confidence interval from ZIPG model
ZIPG_CI(ZIPG_res, type = "Wald", CI_type = "normal", alpha = 0.05)
ZIPG_res |
Result from ZIPG_main() |
type |
Type of hypothesis testing method, 'Wald' or 'bWald'. |
CI_type |
Type of confidence interval, 'Wald','bWald' or 'pbWald'. |
alpha |
We construct (1- alpha)% confidence interval by alpha/2 and (1-alpha/2). |
Table of confidence interval
data(Dietary)
dat = Dietary
ZIPG_res <- ZIPG_main(data = dat$COV,
X = ~ALC01+nutrPC1+nutrPC2, X_star = ~ ALC01,
W = dat$OTU[,100], M = dat$M )
ZIPG_CI(ZIPG_res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.