R/enum.R

## Auto generated - do not edit by hand
.valid_link <- c(
  log                 = 0,
  logit               = 1,
  probit              = 2,
  inverse             = 3,
  cloglog             = 4,
  identity            = 5,
  sqrt                = 6
)
.valid_family <- c(
  gaussian = 0,
  binomial = 100,
  betabinomial =101,
  beta =200,
  ordbeta = 201,
  Gamma =300,
  poisson =400,
  truncated_poisson =401,
  genpois =402,
  compois =403,
  truncated_genpois =404,
  truncated_compois =405,
  nbinom1 =500,
  nbinom2 =501,
  truncated_nbinom1 =502,
  truncated_nbinom2 =503,
  t =600,
  tweedie = 700,
  lognormal = 800
)
.valid_covstruct <- c(
  diag = 0,
  us   = 1,
  cs   = 2,
  ar1  = 3,
  ou   = 4,
  exp = 5,
  gau = 6,
  mat = 7,
  toep = 8,
  rr = 9,
  homdiag = 10
)
.valid_zipredictcode <- c(
  corrected = 0,
  uncorrected = 1,
  prob = 2,
  disp = 3
)

Try the glmmTMB package in your browser

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

glmmTMB documentation built on Oct. 7, 2023, 5:07 p.m.