inst/doc/saeHB_zinb.R

## ---- 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 

Try the saeHB.zinb package in your browser

Any scripts or data that you put into this service are public.

saeHB.zinb documentation built on June 16, 2022, 9:05 a.m.