ZIPG_summary | R Documentation |
Summary for ZIPG_main() result.
ZIPG_summary(ZIPG_res, type = "Wald")
ZIPG_res |
Result from ZIPG_main() |
type |
Type of hypothesis testing method, 'Wald','bWald' or 'pbWald'. |
pvalue
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_summary(ZIPG_res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.