ZIPG_CI {ZIPG}R Documentation

Get confidence interval from ZIPG model

Description

Get confidence interval from ZIPG model

Usage

ZIPG_CI(ZIPG_res, type = "Wald", CI_type = "normal", alpha = 0.05)

Arguments

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).

Value

Table of confidence interval

Examples

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)

[Package ZIPG version 1.1 Index]