knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
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.