## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup--------------------------------------------------------------------
library(saeHB.zinb)
data("dataZINB")
## -----------------------------------------------------------------------------
result <- ZinbHB(formula = y ~ x1 + x2, data = dataZINB)
## -----------------------------------------------------------------------------
result$Est
## -----------------------------------------------------------------------------
result$coefficient
## -----------------------------------------------------------------------------
result$refVar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.