powered by
Get confidence interval from ZIPG model
ZIPG_CI(ZIPG_res, type = "Wald", CI_type = "normal", alpha = 0.05)
Table of confidence interval
Result from ZIPG_main()
Type of hypothesis testing method, 'Wald' or 'bWald'.
Type of confidence interval, 'Wald','bWald' or 'pbWald'.
We construct (1- alpha)% confidence interval by alpha/2 and (1-alpha/2).
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)
Run the code above in your browser using DataLab