R/enum.R

## Auto generated - do not edit by hand
.valid_family <- c(
  gaussian = 0,
  Gamma = 300,
  lognormal = 600,
  tweedie = 700
)
.valid_reStruct <- c(
  na = 0,
  norm = 1,
  ar1 = 2,
  gmrf = 3,
  gmrf_speedup = 4
)
.valid_fixStruct <- c(
  Univariate = 10,
  Diag = 20,
  General = 30
)
.valid_rrStruct <- c(
  full = 0,
  reduce = 1
)
.valid_link <- c(
  log = 0,
  logit = 1,
  probit = 2,
  inverse = 3,
  cloglog = 4,
  identity = 5,
  sqrt = 6,
  yoejin_boxcox = 7
)
.valid_loglike <- c(
  postMarginal = 0,
  marginal = 1,
  conditional = 2
)

Try the clustTMB package in your browser

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

clustTMB documentation built on Oct. 14, 2024, 5:09 p.m.