Helper function to show the available likelihoods that can be used

available_likelihoods()

Value

list of the available likelihoods

Examples

available_likelihoods()
#> $poisson
#> $poisson$doc
#> [1] "The Poisson likelihood"
#> 
#> $poisson$hyper
#> list()
#> 
#> $poisson$survival
#> [1] FALSE
#> 
#> $poisson$discrete
#> [1] TRUE
#> 
#> $poisson$link
#> [1] "default"   "log"       "logoffset" "quantile"  "test1"     "special1" 
#> [7] "special2" 
#> 
#> $poisson$pdf
#> [1] "poisson"
#> 
#> 
#> $xpoisson
#> $xpoisson$doc
#> [1] "The Poisson likelihood (expert version)"
#> 
#> $xpoisson$hyper
#> list()
#> 
#> $xpoisson$survival
#> [1] FALSE
#> 
#> $xpoisson$discrete
#> [1] TRUE
#> 
#> $xpoisson$link
#> [1] "default"   "log"       "logoffset" "quantile"  "test1"     "special1" 
#> [7] "special2" 
#> 
#> $xpoisson$pdf
#> [1] "poisson"
#> 
#> 
#> $cenpoisson
#> $cenpoisson$doc
#> [1] "Then censored Poisson likelihood"
#> 
#> $cenpoisson$hyper
#> list()
#> 
#> $cenpoisson$survival
#> [1] FALSE
#> 
#> $cenpoisson$discrete
#> [1] TRUE
#> 
#> $cenpoisson$link
#> [1] "default"   "log"       "logoffset" "test1"     "special1"  "special2" 
#> 
#> $cenpoisson$pdf
#> [1] "cenpoisson"
#> 
#> 
#> $cenpoisson2
#> $cenpoisson2$doc
#> [1] "Then censored Poisson likelihood (version 2)"
#> 
#> $cenpoisson2$hyper
#> list()
#> 
#> $cenpoisson2$survival
#> [1] FALSE
#> 
#> $cenpoisson2$discrete
#> [1] TRUE
#> 
#> $cenpoisson2$link
#> [1] "default"   "log"       "logoffset" "test1"     "special1"  "special2" 
#> 
#> $cenpoisson2$status
#> [1] "experimental"
#> 
#> $cenpoisson2$pdf
#> [1] "cenpoisson2"
#> 
#> 
#> $gpoisson
#> $gpoisson$doc
#> [1] "The generalized Poisson likelihood"
#> 
#> $gpoisson$hyper
#> $gpoisson$hyper$theta1
#> $gpoisson$hyper$theta1$hyperid
#> [1] 56001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta1$name
#> [1] "overdispersion"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta1$short.name
#> [1] "phi"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta1$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta1$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta1$param
#> [1] 1 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04c7f50>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gpoisson$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04cb878>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $gpoisson$hyper$theta2
#> $gpoisson$hyper$theta2$hyperid
#> [1] 56002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta2$name
#> [1] "p"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta2$short.name
#> [1] "p"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta2$initial
#> [1] 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta2$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta2$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta2$param
#> [1]   1 100
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gpoisson$hyper$theta2$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04cb0d0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gpoisson$hyper$theta2$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04caa40>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $gpoisson$survival
#> [1] FALSE
#> 
#> $gpoisson$discrete
#> [1] TRUE
#> 
#> $gpoisson$link
#> [1] "default"   "log"       "logoffset"
#> 
#> $gpoisson$pdf
#> [1] "gpoisson"
#> 
#> $gpoisson$status
#> [1] "experimental"
#> 
#> 
#> $poisson.special1
#> $poisson.special1$doc
#> [1] "The Poisson.special1 likelihood"
#> 
#> $poisson.special1$hyper
#> $poisson.special1$hyper$theta
#> $poisson.special1$hyper$theta$hyperid
#> [1] 56100
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $poisson.special1$hyper$theta$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $poisson.special1$hyper$theta$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $poisson.special1$hyper$theta$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $poisson.special1$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $poisson.special1$hyper$theta$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $poisson.special1$hyper$theta$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $poisson.special1$hyper$theta$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d04ca180>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $poisson.special1$hyper$theta$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d04cd8e8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $poisson.special1$survival
#> [1] FALSE
#> 
#> $poisson.special1$discrete
#> [1] TRUE
#> 
#> $poisson.special1$link
#> [1] "default" "log"    
#> 
#> $poisson.special1$pdf
#> [1] "poisson-special"
#> 
#> 
#> $binomial
#> $binomial$doc
#> [1] "The Binomial likelihood"
#> 
#> $binomial$hyper
#> list()
#> 
#> $binomial$survival
#> [1] FALSE
#> 
#> $binomial$discrete
#> [1] TRUE
#> 
#> $binomial$link
#>  [1] "default"     "logit"       "loga"        "cauchit"     "probit"     
#>  [6] "cloglog"     "loglog"      "log"         "sslogit"     "logitoffset"
#> [11] "quantile"    "pquantile"   "robit"       "sn"         
#> 
#> $binomial$pdf
#> [1] "binomial"
#> 
#> 
#> $xbinomial
#> $xbinomial$doc
#> [1] "The Binomial likelihood (expert version)"
#> 
#> $xbinomial$hyper
#> list()
#> 
#> $xbinomial$survival
#> [1] FALSE
#> 
#> $xbinomial$discrete
#> [1] TRUE
#> 
#> $xbinomial$link
#>  [1] "default"     "logit"       "loga"        "cauchit"     "probit"     
#>  [6] "cloglog"     "loglog"      "log"         "sslogit"     "logitoffset"
#> [11] "quantile"    "pquantile"   "robit"       "sn"         
#> 
#> $xbinomial$pdf
#> [1] "binomial"
#> 
#> $xbinomial$status
#> [1] "experimental"
#> 
#> 
#> $pom
#> $pom$doc
#> [1] "Likelihood for the proportional odds model"
#> 
#> $pom$hyper
#> $pom$hyper$theta1
#> $pom$hyper$theta1$hyperid
#> [1] 57101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta1$name
#> [1] "theta1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta1$short.name
#> [1] "theta1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta1$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta1$prior
#> [1] "dirichlet"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta1$param
#> [1] 3
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta1$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04ccdc0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta1$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04cc730>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $pom$hyper$theta2
#> $pom$hyper$theta2$hyperid
#> [1] 57102
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta2$name
#> [1] "theta2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta2$short.name
#> [1] "theta2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta2$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta2$prior
#> [1] "none"
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta2$param
#> numeric(0)
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta2$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04cbea8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta2$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04d17d0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $pom$hyper$theta3
#> $pom$hyper$theta3$hyperid
#> [1] 57103
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta3$name
#> [1] "theta3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta3$short.name
#> [1] "theta3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta3$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta3$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta3$prior
#> [1] "none"
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta3$param
#> numeric(0)
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta3$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04d0ff0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta3$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04d09d0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $pom$hyper$theta4
#> $pom$hyper$theta4$hyperid
#> [1] 57104
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta4$name
#> [1] "theta4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta4$short.name
#> [1] "theta4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta4$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta4$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta4$prior
#> [1] "none"
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta4$param
#> numeric(0)
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta4$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04d01f0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta4$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04cfc08>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $pom$hyper$theta5
#> $pom$hyper$theta5$hyperid
#> [1] 57105
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta5$name
#> [1] "theta5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta5$short.name
#> [1] "theta5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta5$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta5$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta5$prior
#> [1] "none"
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta5$param
#> numeric(0)
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta5$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04d3338>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta5$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04d2c70>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $pom$hyper$theta6
#> $pom$hyper$theta6$hyperid
#> [1] 57106
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta6$name
#> [1] "theta6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta6$short.name
#> [1] "theta6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta6$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta6$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta6$prior
#> [1] "none"
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta6$param
#> numeric(0)
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta6$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04d2420>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta6$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04d1e38>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $pom$hyper$theta7
#> $pom$hyper$theta7$hyperid
#> [1] 57107
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta7$name
#> [1] "theta7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta7$short.name
#> [1] "theta7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta7$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta7$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta7$prior
#> [1] "none"
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta7$param
#> numeric(0)
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta7$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04d5530>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta7$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04da378>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $pom$hyper$theta8
#> $pom$hyper$theta8$hyperid
#> [1] 57108
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta8$name
#> [1] "theta8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta8$short.name
#> [1] "theta8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta8$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta8$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta8$prior
#> [1] "none"
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta8$param
#> numeric(0)
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta8$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04ddaa8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta8$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04eb920>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $pom$hyper$theta9
#> $pom$hyper$theta9$hyperid
#> [1] 57109
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta9$name
#> [1] "theta9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta9$short.name
#> [1] "theta9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta9$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta9$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta9$prior
#> [1] "none"
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta9$param
#> numeric(0)
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta9$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04eb140>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta9$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04eab58>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $pom$hyper$theta10
#> $pom$hyper$theta10$hyperid
#> [1] 57110
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta10$name
#> [1] "theta10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta10$short.name
#> [1] "theta10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta10$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta10$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta10$prior
#> [1] "none"
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta10$param
#> numeric(0)
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $pom$hyper$theta10$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04ea378>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $pom$hyper$theta10$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04e9d90>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $pom$status
#> [1] "experimental"
#> 
#> $pom$survival
#> [1] FALSE
#> 
#> $pom$discrete
#> [1] TRUE
#> 
#> $pom$link
#> [1] "default"  "identity"
#> 
#> $pom$pdf
#> [1] "pom"
#> 
#> 
#> $bgev
#> $bgev$doc
#> [1] "The blended Generalized Extreme Value likelihood"
#> 
#> $bgev$hyper
#> $bgev$hyper$theta1
#> $bgev$hyper$theta1$hyperid
#> [1] 57201
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta1$name
#> [1] "spread"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta1$short.name
#> [1] "sd"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta1$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta1$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta1$param
#> [1] 1 3
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04ed488>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $bgev$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04ecea0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $bgev$hyper$theta2
#> $bgev$hyper$theta2$hyperid
#> [1] 57202
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta2$name
#> [1] "tail"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta2$short.name
#> [1] "xi"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta2$initial
#> [1] -4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta2$prior
#> [1] "pc.gevtail"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta2$param
#> [1] 7.0 0.0 0.5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta2$to.theta
#> function (x, interval = c(REPLACE.ME.low, REPLACE.ME.high)) 
#> log(-(interval[1] - x)/(interval[2] - x))
#> <bytecode: 0x7fb8d04ec538>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $bgev$hyper$theta2$from.theta
#> function (x, interval = c(REPLACE.ME.low, REPLACE.ME.high)) 
#> interval[1] + (interval[2] - interval[1]) * exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d04f18e8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $bgev$hyper$theta3
#> $bgev$hyper$theta3$hyperid
#> [1] 57203
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta3$name
#> [1] "beta1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta3$short.name
#> [1] "beta1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta3$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta3$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta3$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta3$param
#> [1]   0 300
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta3$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f0ab0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $bgev$hyper$theta3$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f0420>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $bgev$hyper$theta4
#> $bgev$hyper$theta4$hyperid
#> [1] 57204
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta4$name
#> [1] "beta2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta4$short.name
#> [1] "beta2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta4$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta4$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta4$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta4$param
#> [1]   0 300
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta4$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f3ae0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $bgev$hyper$theta4$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f3450>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $bgev$hyper$theta5
#> $bgev$hyper$theta5$hyperid
#> [1] 57205
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta5$name
#> [1] "beta3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta5$short.name
#> [1] "beta3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta5$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta5$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta5$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta5$param
#> [1]   0 300
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta5$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f2c00>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $bgev$hyper$theta5$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f2570>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $bgev$hyper$theta6
#> $bgev$hyper$theta6$hyperid
#> [1] 57206
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta6$name
#> [1] "beta4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta6$short.name
#> [1] "beta4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta6$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta6$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta6$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta6$param
#> [1]   0 300
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta6$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f1d20>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $bgev$hyper$theta6$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f55a0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $bgev$hyper$theta7
#> $bgev$hyper$theta7$hyperid
#> [1] 57207
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta7$name
#> [1] "beta5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta7$short.name
#> [1] "beta5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta7$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta7$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta7$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta7$param
#> [1]   0 300
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta7$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f4d50>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $bgev$hyper$theta7$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f46c0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $bgev$hyper$theta8
#> $bgev$hyper$theta8$hyperid
#> [1] 57208
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta8$name
#> [1] "beta6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta8$short.name
#> [1] "beta6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta8$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta8$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta8$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta8$param
#> [1]   0 300
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta8$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f3e70>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $bgev$hyper$theta8$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f76f0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $bgev$hyper$theta9
#> $bgev$hyper$theta9$hyperid
#> [1] 57209
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta9$name
#> [1] "beta7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta9$short.name
#> [1] "beta7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta9$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta9$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta9$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta9$param
#> [1]   0 300
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta9$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f6ea0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $bgev$hyper$theta9$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f6810>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $bgev$hyper$theta10
#> $bgev$hyper$theta10$hyperid
#> [1] 57210
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta10$name
#> [1] "beta8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta10$short.name
#> [1] "beta8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta10$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta10$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta10$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta10$param
#> [1]   0 300
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta10$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f5fc0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $bgev$hyper$theta10$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f9840>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $bgev$hyper$theta11
#> $bgev$hyper$theta11$hyperid
#> [1] 57211
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta11$name
#> [1] "beta9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta11$short.name
#> [1] "beta9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta11$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta11$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta11$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta11$param
#> [1]   0 300
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta11$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f8ff0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $bgev$hyper$theta11$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f8960>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $bgev$hyper$theta12
#> $bgev$hyper$theta12$hyperid
#> [1] 57212
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta12$name
#> [1] "beta10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta12$short.name
#> [1] "beta"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta12$initial
#> [1] NA
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta12$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta12$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta12$param
#> [1]   0 300
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $bgev$hyper$theta12$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04f8110>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $bgev$hyper$theta12$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d04fb990>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $bgev$status
#> [1] "experimental"
#> 
#> $bgev$survival
#> [1] FALSE
#> 
#> $bgev$discrete
#> [1] FALSE
#> 
#> $bgev$link
#> [1] "default"  "identity" "log"     
#> 
#> $bgev$pdf
#> [1] "bgev"
#> 
#> 
#> $gamma
#> $gamma$doc
#> [1] "The Gamma likelihood"
#> 
#> $gamma$hyper
#> $gamma$hyper$theta
#> $gamma$hyper$theta$hyperid
#> [1] 58001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gamma$hyper$theta$name
#> [1] "precision parameter"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gamma$hyper$theta$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gamma$hyper$theta$initial
#> [1] 4.60517
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gamma$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gamma$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gamma$hyper$theta$param
#> [1] 1.00 0.01
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gamma$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04fb0d0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gamma$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04faae8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $gamma$survival
#> [1] FALSE
#> 
#> $gamma$discrete
#> [1] FALSE
#> 
#> $gamma$link
#> [1] "default"  "log"      "quantile"
#> 
#> $gamma$pdf
#> [1] "gamma"
#> 
#> 
#> $gammasurv
#> $gammasurv$doc
#> [1] "The Gamma likelihood (survival)"
#> 
#> $gammasurv$hyper
#> $gammasurv$hyper$theta
#> $gammasurv$hyper$theta$hyperid
#> [1] 58101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammasurv$hyper$theta$name
#> [1] "precision parameter"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammasurv$hyper$theta$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammasurv$hyper$theta$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammasurv$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammasurv$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammasurv$hyper$theta$param
#> [1] 1.00 0.01
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammasurv$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04fa298>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gammasurv$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04f9cb0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $gammasurv$survival
#> [1] TRUE
#> 
#> $gammasurv$discrete
#> [1] FALSE
#> 
#> $gammasurv$status
#> [1] "experimental"
#> 
#> $gammasurv$link
#> [1] "default" "log"    
#> 
#> $gammasurv$pdf
#> [1] "gammasurv"
#> 
#> 
#> $gammajw
#> $gammajw$doc
#> [1] "A special case of the Gamma likelihood"
#> 
#> $gammajw$hyper
#> list()
#> 
#> $gammajw$survival
#> [1] FALSE
#> 
#> $gammajw$discrete
#> [1] FALSE
#> 
#> $gammajw$link
#> [1] "default" "log"    
#> 
#> $gammajw$pdf
#> [1] "gammajw"
#> 
#> 
#> $gammajwsurv
#> $gammajwsurv$doc
#> [1] "A special case of the Gamma likelihood (survival)"
#> 
#> $gammajwsurv$hyper
#> list()
#> 
#> $gammajwsurv$survival
#> [1] TRUE
#> 
#> $gammajwsurv$discrete
#> [1] FALSE
#> 
#> $gammajwsurv$link
#> [1] "default" "log"    
#> 
#> $gammajwsurv$pdf
#> [1] "gammajw"
#> 
#> 
#> $gammacount
#> $gammacount$doc
#> [1] "A Gamma generalisation of the Poisson likelihood"
#> 
#> $gammacount$hyper
#> $gammacount$hyper$theta
#> $gammacount$hyper$theta$hyperid
#> [1] 59001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammacount$hyper$theta$name
#> [1] "log alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammacount$hyper$theta$short.name
#> [1] "alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammacount$hyper$theta$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammacount$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammacount$hyper$theta$prior
#> [1] "pc.gammacount"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammacount$hyper$theta$param
#> [1] 3
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gammacount$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d04ff2c8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gammacount$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04fece0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $gammacount$survival
#> [1] FALSE
#> 
#> $gammacount$discrete
#> [1] FALSE
#> 
#> $gammacount$link
#> [1] "default" "log"    
#> 
#> $gammacount$status
#> [1] "experimental"
#> 
#> $gammacount$pdf
#> [1] "gammacount"
#> 
#> 
#> $qkumar
#> $qkumar$doc
#> [1] "A quantile version of the Kumar likelihood"
#> 
#> $qkumar$hyper
#> $qkumar$hyper$theta
#> $qkumar$hyper$theta$hyperid
#> [1] 60001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qkumar$hyper$theta$name
#> [1] "precision parameter"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qkumar$hyper$theta$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qkumar$hyper$theta$initial
#> [1] 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qkumar$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qkumar$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qkumar$hyper$theta$param
#> [1] 1.0 0.1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qkumar$hyper$theta$to.theta
#> function (x, sc = 0.1) 
#> log(x)/sc
#> <bytecode: 0x7fb8d04fe420>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $qkumar$hyper$theta$from.theta
#> function (x, sc = 0.1) 
#> exp(sc * x)
#> <bytecode: 0x7fb8d04fdd58>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $qkumar$survival
#> [1] FALSE
#> 
#> $qkumar$discrete
#> [1] FALSE
#> 
#> $qkumar$link
#> [1] "default" "logit"   "loga"    "cauchit"
#> 
#> $qkumar$pdf
#> [1] "qkumar"
#> 
#> 
#> $qloglogistic
#> $qloglogistic$doc
#> [1] "A quantile loglogistic likelihood"
#> 
#> $qloglogistic$hyper
#> $qloglogistic$hyper$theta
#> $qloglogistic$hyper$theta$hyperid
#> [1] 60011
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogistic$hyper$theta$name
#> [1] "log alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogistic$hyper$theta$short.name
#> [1] "alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogistic$hyper$theta$initial
#> [1] 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogistic$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogistic$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogistic$hyper$theta$param
#> [1] 25 25
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogistic$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d05013a8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $qloglogistic$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0500dc0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $qloglogistic$survival
#> [1] FALSE
#> 
#> $qloglogistic$discrete
#> [1] FALSE
#> 
#> $qloglogistic$link
#> [1] "default" "log"     "neglog" 
#> 
#> $qloglogistic$pdf
#> [1] "qloglogistic"
#> 
#> 
#> $qloglogisticsurv
#> $qloglogisticsurv$doc
#> [1] "A quantile loglogistic likelihood (survival)"
#> 
#> $qloglogisticsurv$hyper
#> $qloglogisticsurv$hyper$theta
#> $qloglogisticsurv$hyper$theta$hyperid
#> [1] 60021
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogisticsurv$hyper$theta$name
#> [1] "log alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogisticsurv$hyper$theta$short.name
#> [1] "alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogisticsurv$hyper$theta$initial
#> [1] 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogisticsurv$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogisticsurv$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogisticsurv$hyper$theta$param
#> [1] 25 25
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $qloglogisticsurv$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d05005a8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $qloglogisticsurv$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d04fffc0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $qloglogisticsurv$survival
#> [1] TRUE
#> 
#> $qloglogisticsurv$discrete
#> [1] FALSE
#> 
#> $qloglogisticsurv$link
#> [1] "default" "log"     "neglog" 
#> 
#> $qloglogisticsurv$pdf
#> [1] "qloglogistic"
#> 
#> 
#> $beta
#> $beta$doc
#> [1] "The Beta likelihood"
#> 
#> $beta$hyper
#> $beta$hyper$theta
#> $beta$hyper$theta$hyperid
#> [1] 61001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $beta$hyper$theta$name
#> [1] "precision parameter"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $beta$hyper$theta$short.name
#> [1] "phi"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $beta$hyper$theta$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $beta$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $beta$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $beta$hyper$theta$param
#> [1] 1.0 0.1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $beta$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d05036b8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $beta$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d05030d0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $beta$survival
#> [1] FALSE
#> 
#> $beta$discrete
#> [1] FALSE
#> 
#> $beta$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> 
#> $beta$pdf
#> [1] "beta"
#> 
#> 
#> $betabinomial
#> $betabinomial$doc
#> [1] "The Beta-Binomial likelihood"
#> 
#> $betabinomial$hyper
#> $betabinomial$hyper$theta
#> $betabinomial$hyper$theta$hyperid
#> [1] 62001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomial$hyper$theta$name
#> [1] "overdispersion"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomial$hyper$theta$short.name
#> [1] "rho"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomial$hyper$theta$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomial$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomial$hyper$theta$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomial$hyper$theta$param
#> [1] 0.0 0.4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomial$hyper$theta$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d05028b8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $betabinomial$hyper$theta$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0502110>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $betabinomial$survival
#> [1] FALSE
#> 
#> $betabinomial$discrete
#> [1] TRUE
#> 
#> $betabinomial$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> [8] "robit"   "sn"     
#> 
#> $betabinomial$pdf
#> [1] "betabinomial"
#> 
#> 
#> $betabinomialna
#> $betabinomialna$doc
#> [1] "The Beta-Binomial Normal approximation likelihood"
#> 
#> $betabinomialna$hyper
#> $betabinomialna$hyper$theta
#> $betabinomialna$hyper$theta$hyperid
#> [1] 62101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomialna$hyper$theta$name
#> [1] "overdispersion"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomialna$hyper$theta$short.name
#> [1] "rho"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomialna$hyper$theta$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomialna$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomialna$hyper$theta$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomialna$hyper$theta$param
#> [1] 0.0 0.4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $betabinomialna$hyper$theta$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d05055d8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $betabinomialna$hyper$theta$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0504df8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $betabinomialna$survival
#> [1] FALSE
#> 
#> $betabinomialna$discrete
#> [1] TRUE
#> 
#> $betabinomialna$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> [8] "robit"   "sn"     
#> 
#> $betabinomialna$pdf
#> [1] "betabinomialna"
#> 
#> 
#> $cbinomial
#> $cbinomial$doc
#> [1] "The clustered Binomial likelihood"
#> 
#> $cbinomial$hyper
#> list()
#> 
#> $cbinomial$survival
#> [1] FALSE
#> 
#> $cbinomial$discrete
#> [1] TRUE
#> 
#> $cbinomial$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> [8] "robit"   "sn"     
#> 
#> $cbinomial$status
#> [1] "experimental"
#> 
#> $cbinomial$pdf
#> [1] "cbinomial"
#> 
#> 
#> $nbinomial
#> $nbinomial$doc
#> [1] "The negBinomial likelihood"
#> 
#> $nbinomial$hyper
#> $nbinomial$hyper$theta
#> $nbinomial$hyper$theta$hyperid
#> [1] 63001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nbinomial$hyper$theta$name
#> [1] "size"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nbinomial$hyper$theta$short.name
#> [1] "size"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nbinomial$hyper$theta$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nbinomial$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nbinomial$hyper$theta$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nbinomial$hyper$theta$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nbinomial$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0504340>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nbinomial$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0503d58>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $nbinomial$survival
#> [1] FALSE
#> 
#> $nbinomial$discrete
#> [1] TRUE
#> 
#> $nbinomial$link
#> [1] "default"   "log"       "logoffset" "quantile" 
#> 
#> $nbinomial$pdf
#> [1] "nbinomial"
#> 
#> 
#> $nbinomial2
#> $nbinomial2$doc
#> [1] "The negBinomial2 likelihood"
#> 
#> $nbinomial2$hyper
#> list()
#> 
#> $nbinomial2$survival
#> [1] FALSE
#> 
#> $nbinomial2$discrete
#> [1] TRUE
#> 
#> $nbinomial2$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> 
#> $nbinomial2$pdf
#> [1] "nbinomial"
#> 
#> 
#> $simplex
#> $simplex$doc
#> [1] "The simplex likelihood"
#> 
#> $simplex$hyper
#> $simplex$hyper$theta
#> $simplex$hyper$theta$hyperid
#> [1] 64001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $simplex$hyper$theta$name
#> [1] "log precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $simplex$hyper$theta$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $simplex$hyper$theta$initial
#> [1] 4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $simplex$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $simplex$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $simplex$hyper$theta$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $simplex$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d05073a8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $simplex$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0506dc0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $simplex$survival
#> [1] FALSE
#> 
#> $simplex$discrete
#> [1] FALSE
#> 
#> $simplex$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> 
#> $simplex$pdf
#> [1] "simplex"
#> 
#> 
#> $gaussian
#> $gaussian$doc
#> [1] "The Gaussian likelihoood"
#> 
#> $gaussian$hyper
#> $gaussian$hyper$theta1
#> $gaussian$hyper$theta1$hyperid
#> [1] 65001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta1$name
#> [1] "log precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta1$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta1$initial
#> [1] 4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta1$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta1$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d05065a8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gaussian$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0505fc0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $gaussian$hyper$theta2
#> $gaussian$hyper$theta2$hyperid
#> [1] 65002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta2$name
#> [1] "log precision offset"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta2$short.name
#> [1] "precoffset"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta2$initial
#> [1] 72.08731
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta2$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta2$prior
#> [1] "none"
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gaussian$hyper$theta2$param
#> numeric(0)
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gaussian$hyper$theta2$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d05096f0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gaussian$hyper$theta2$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0509108>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $gaussian$survival
#> [1] FALSE
#> 
#> $gaussian$discrete
#> [1] FALSE
#> 
#> $gaussian$link
#> [1] "default"   "identity"  "logit"     "loga"      "cauchit"   "log"      
#> [7] "logoffset"
#> 
#> $gaussian$pdf
#> [1] "gaussian"
#> 
#> 
#> $agaussian
#> $agaussian$doc
#> [1] "The aggregated Gaussian likelihoood"
#> 
#> $agaussian$hyper
#> $agaussian$hyper$theta
#> $agaussian$hyper$theta$hyperid
#> [1] 66001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $agaussian$hyper$theta$name
#> [1] "log precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $agaussian$hyper$theta$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $agaussian$hyper$theta$initial
#> [1] 4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $agaussian$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $agaussian$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $agaussian$hyper$theta$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $agaussian$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d05088f0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $agaussian$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0508308>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $agaussian$status
#> [1] "experimental"
#> 
#> $agaussian$survival
#> [1] FALSE
#> 
#> $agaussian$discrete
#> [1] FALSE
#> 
#> $agaussian$link
#> [1] "default"   "identity"  "logit"     "loga"      "cauchit"   "log"      
#> [7] "logoffset"
#> 
#> $agaussian$pdf
#> [1] "agaussian"
#> 
#> 
#> $circularnormal
#> $circularnormal$doc
#> [1] "The circular Gaussian likelihoood"
#> 
#> $circularnormal$hyper
#> $circularnormal$hyper$theta
#> $circularnormal$hyper$theta$hyperid
#> [1] 67001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $circularnormal$hyper$theta$name
#> [1] "log precision parameter"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $circularnormal$hyper$theta$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $circularnormal$hyper$theta$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $circularnormal$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $circularnormal$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $circularnormal$hyper$theta$param
#> [1] 1.00 0.01
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $circularnormal$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d050ba00>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $circularnormal$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d050b418>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $circularnormal$survival
#> [1] FALSE
#> 
#> $circularnormal$discrete
#> [1] FALSE
#> 
#> $circularnormal$link
#> [1] "default" "tan"    
#> 
#> $circularnormal$pdf
#> [1] "circular-normal"
#> 
#> $circularnormal$status
#> [1] "experimental"
#> 
#> 
#> $wrappedcauchy
#> $wrappedcauchy$doc
#> [1] "The wrapped Cauchy likelihoood"
#> 
#> $wrappedcauchy$hyper
#> $wrappedcauchy$hyper$theta
#> $wrappedcauchy$hyper$theta$hyperid
#> [1] 68001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $wrappedcauchy$hyper$theta$name
#> [1] "log precision parameter"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $wrappedcauchy$hyper$theta$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $wrappedcauchy$hyper$theta$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $wrappedcauchy$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $wrappedcauchy$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $wrappedcauchy$hyper$theta$param
#> [1] 1.000 0.005
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $wrappedcauchy$hyper$theta$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d050ac00>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $wrappedcauchy$hyper$theta$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d050a458>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $wrappedcauchy$survival
#> [1] FALSE
#> 
#> $wrappedcauchy$discrete
#> [1] FALSE
#> 
#> $wrappedcauchy$link
#> [1] "default" "tan"    
#> 
#> $wrappedcauchy$pdf
#> [1] "wrapped-cauchy"
#> 
#> $wrappedcauchy$status
#> [1] "disabled"
#> 
#> 
#> $iidgamma
#> $iidgamma$doc
#> [1] "(experimental)"
#> 
#> $iidgamma$hyper
#> $iidgamma$hyper$theta1
#> $iidgamma$hyper$theta1$hyperid
#> [1] 69001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta1$name
#> [1] "logshape"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta1$short.name
#> [1] "shape"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta1$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta1$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta1$param
#> [1] 100 100
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d050d920>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $iidgamma$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d050d338>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $iidgamma$hyper$theta2
#> $iidgamma$hyper$theta2$hyperid
#> [1] 69002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta2$name
#> [1] "lograte"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta2$short.name
#> [1] "rate"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta2$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta2$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta2$param
#> [1] 100 100
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidgamma$hyper$theta2$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d050cb90>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $iidgamma$hyper$theta2$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d050c5a8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $iidgamma$survival
#> [1] FALSE
#> 
#> $iidgamma$discrete
#> [1] FALSE
#> 
#> $iidgamma$link
#> [1] "default"  "identity"
#> 
#> $iidgamma$pdf
#> [1] "iidgamma"
#> 
#> $iidgamma$status
#> [1] "experimental"
#> 
#> 
#> $iidlogitbeta
#> $iidlogitbeta$doc
#> [1] "(experimental)"
#> 
#> $iidlogitbeta$hyper
#> $iidlogitbeta$hyper$theta1
#> $iidlogitbeta$hyper$theta1$hyperid
#> [1] 70001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta1$name
#> [1] "log.a"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta1$short.name
#> [1] "a"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta1$initial
#> [1] 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta1$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta1$param
#> [1] 1 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d050bd90>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $iidlogitbeta$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b864b8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $iidlogitbeta$hyper$theta2
#> $iidlogitbeta$hyper$theta2$hyperid
#> [1] 70002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta2$name
#> [1] "log.b"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta2$short.name
#> [1] "b"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta2$initial
#> [1] 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta2$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta2$param
#> [1] 1 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $iidlogitbeta$hyper$theta2$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0b85d10>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $iidlogitbeta$hyper$theta2$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b85728>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $iidlogitbeta$survival
#> [1] FALSE
#> 
#> $iidlogitbeta$discrete
#> [1] FALSE
#> 
#> $iidlogitbeta$link
#> [1] "default" "logit"   "loga"   
#> 
#> $iidlogitbeta$pdf
#> [1] "iidlogitbeta"
#> 
#> $iidlogitbeta$status
#> [1] "experimental"
#> 
#> 
#> $loggammafrailty
#> $loggammafrailty$doc
#> [1] "(experimental)"
#> 
#> $loggammafrailty$hyper
#> $loggammafrailty$hyper$theta
#> $loggammafrailty$hyper$theta$hyperid
#> [1] 71001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loggammafrailty$hyper$theta$name
#> [1] "log precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loggammafrailty$hyper$theta$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loggammafrailty$hyper$theta$initial
#> [1] 4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loggammafrailty$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loggammafrailty$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loggammafrailty$hyper$theta$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loggammafrailty$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0b84f10>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $loggammafrailty$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b8a838>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $loggammafrailty$survival
#> [1] FALSE
#> 
#> $loggammafrailty$discrete
#> [1] FALSE
#> 
#> $loggammafrailty$link
#> [1] "default"  "identity"
#> 
#> $loggammafrailty$pdf
#> [1] "loggammafrailty"
#> 
#> $loggammafrailty$status
#> [1] "experimental"
#> 
#> 
#> $logistic
#> $logistic$doc
#> [1] "The Logistic likelihoood"
#> 
#> $logistic$hyper
#> $logistic$hyper$theta
#> $logistic$hyper$theta$hyperid
#> [1] 72001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $logistic$hyper$theta$name
#> [1] "log precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $logistic$hyper$theta$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $logistic$hyper$theta$initial
#> [1] 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $logistic$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $logistic$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $logistic$hyper$theta$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $logistic$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0b8a020>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $logistic$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b89a38>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $logistic$survival
#> [1] FALSE
#> 
#> $logistic$discrete
#> [1] FALSE
#> 
#> $logistic$link
#> [1] "default"  "identity"
#> 
#> $logistic$pdf
#> [1] "logistic"
#> 
#> 
#> $sn
#> $sn$doc
#> [1] "The Skew-Normal likelihoood"
#> 
#> $sn$hyper
#> $sn$hyper$theta1
#> $sn$hyper$theta1$hyperid
#> [1] 74001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta1$name
#> [1] "log precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta1$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta1$initial
#> [1] 4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta1$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta1$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0b89220>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $sn$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b88c38>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $sn$hyper$theta2
#> $sn$hyper$theta2$hyperid
#> [1] 74002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta2$name
#> [1] "logit skew"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta2$short.name
#> [1] "skew"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta2$initial
#> [1] 0.001234568
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta2$prior
#> [1] "pc.sn"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta2$param
#> [1] 10
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $sn$hyper$theta2$to.theta
#> function (x, skew.max = 0.988) 
#> log((1 + x/skew.max)/(1 - x/skew.max))
#> <bytecode: 0x7fb8d0b8c2f8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $sn$hyper$theta2$from.theta
#> function (x, skew.max = 0.988) 
#> skew.max * (2 * exp(x)/(1 + exp(x)) - 1)
#> <bytecode: 0x7fb8d0b8b8b0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $sn$status
#> [1] "experimental"
#> 
#> $sn$survival
#> [1] FALSE
#> 
#> $sn$discrete
#> [1] FALSE
#> 
#> $sn$link
#> [1] "default"  "identity"
#> 
#> $sn$pdf
#> [1] "sn"
#> 
#> 
#> $gev
#> $gev$doc
#> [1] "The Generalized Extreme Value likelihood"
#> 
#> $gev$hyper
#> $gev$hyper$theta1
#> $gev$hyper$theta1$hyperid
#> [1] 76001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta1$name
#> [1] "log precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta1$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta1$initial
#> [1] 4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta1$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta1$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0b8ac00>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gev$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b8e528>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $gev$hyper$theta2
#> $gev$hyper$theta2$hyperid
#> [1] 76002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta2$name
#> [1] "tail parameter"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta2$short.name
#> [1] "tail"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta2$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta2$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta2$param
#> [1]  0 25
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gev$hyper$theta2$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0b8dd80>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gev$hyper$theta2$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0b8d6b8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $gev$survival
#> [1] FALSE
#> 
#> $gev$discrete
#> [1] FALSE
#> 
#> $gev$link
#> [1] "default"  "identity"
#> 
#> $gev$status
#> [1] "experimental"
#> 
#> $gev$pdf
#> [1] "gev"
#> 
#> 
#> $lognormal
#> $lognormal$doc
#> [1] "The log-Normal likelihood"
#> 
#> $lognormal$hyper
#> $lognormal$hyper$theta
#> $lognormal$hyper$theta$hyperid
#> [1] 77101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormal$hyper$theta$name
#> [1] "log precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormal$hyper$theta$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormal$hyper$theta$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormal$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormal$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormal$hyper$theta$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormal$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0b8cdf8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $lognormal$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b90720>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $lognormal$survival
#> [1] FALSE
#> 
#> $lognormal$discrete
#> [1] FALSE
#> 
#> $lognormal$link
#> [1] "default"  "identity"
#> 
#> $lognormal$pdf
#> [1] "lognormal"
#> 
#> 
#> $lognormalsurv
#> $lognormalsurv$doc
#> [1] "The log-Normal likelihood (survival)"
#> 
#> $lognormalsurv$hyper
#> $lognormalsurv$hyper$theta
#> $lognormalsurv$hyper$theta$hyperid
#> [1] 78001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormalsurv$hyper$theta$name
#> [1] "log precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormalsurv$hyper$theta$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormalsurv$hyper$theta$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormalsurv$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormalsurv$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormalsurv$hyper$theta$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $lognormalsurv$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0b8ff08>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $lognormalsurv$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b8f920>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $lognormalsurv$survival
#> [1] TRUE
#> 
#> $lognormalsurv$discrete
#> [1] FALSE
#> 
#> $lognormalsurv$link
#> [1] "default"  "identity"
#> 
#> $lognormalsurv$pdf
#> [1] "lognormal"
#> 
#> 
#> $exponential
#> $exponential$doc
#> [1] "The Exponential likelihood"
#> 
#> $exponential$hyper
#> list()
#> 
#> $exponential$survival
#> [1] FALSE
#> 
#> $exponential$discrete
#> [1] FALSE
#> 
#> $exponential$link
#> [1] "default" "log"    
#> 
#> $exponential$pdf
#> [1] "exponential"
#> 
#> 
#> $exponentialsurv
#> $exponentialsurv$doc
#> [1] "The Exponential likelihood (survival)"
#> 
#> $exponentialsurv$hyper
#> list()
#> 
#> $exponentialsurv$survival
#> [1] TRUE
#> 
#> $exponentialsurv$discrete
#> [1] FALSE
#> 
#> $exponentialsurv$link
#> [1] "default" "log"     "neglog" 
#> 
#> $exponentialsurv$pdf
#> [1] "exponential"
#> 
#> 
#> $coxph
#> $coxph$doc
#> [1] "Cox-proportional hazard likelihood"
#> 
#> $coxph$hyper
#> list()
#> 
#> $coxph$survival
#> [1] TRUE
#> 
#> $coxph$discrete
#> [1] TRUE
#> 
#> $coxph$link
#> [1] "default" "log"     "neglog" 
#> 
#> $coxph$pdf
#> [1] "coxph"
#> 
#> 
#> $weibull
#> $weibull$doc
#> [1] "The Weibull likelihood"
#> 
#> $weibull$hyper
#> $weibull$hyper$theta
#> $weibull$hyper$theta$hyperid
#> [1] 79001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibull$hyper$theta$name
#> [1] "log alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibull$hyper$theta$short.name
#> [1] "alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibull$hyper$theta$initial
#> [1] 0.1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibull$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibull$hyper$theta$prior
#> [1] "pc.alphaw"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibull$hyper$theta$param
#> [1] 5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibull$hyper$theta$to.theta
#> function (x, sc = 0.1) 
#> log(x)/sc
#> <bytecode: 0x7fb8d0b8ef80>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $weibull$hyper$theta$from.theta
#> function (x, sc = 0.1) 
#> exp(sc * x)
#> <bytecode: 0x7fb8d0b927c8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $weibull$survival
#> [1] FALSE
#> 
#> $weibull$discrete
#> [1] FALSE
#> 
#> $weibull$link
#> [1] "default"  "log"      "neglog"   "quantile"
#> 
#> $weibull$pdf
#> [1] "weibull"
#> 
#> 
#> $weibullsurv
#> $weibullsurv$doc
#> [1] "The Weibull likelihood (survival)"
#> 
#> $weibullsurv$hyper
#> $weibullsurv$hyper$theta
#> $weibullsurv$hyper$theta$hyperid
#> [1] 79101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullsurv$hyper$theta$name
#> [1] "log alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullsurv$hyper$theta$short.name
#> [1] "alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullsurv$hyper$theta$initial
#> [1] 0.1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullsurv$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullsurv$hyper$theta$prior
#> [1] "pc.alphaw"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullsurv$hyper$theta$param
#> [1] 5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullsurv$hyper$theta$to.theta
#> function (x, sc = 0.1) 
#> log(x)/sc
#> <bytecode: 0x7fb8d0b91e98>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $weibullsurv$hyper$theta$from.theta
#> function (x, sc = 0.1) 
#> exp(sc * x)
#> <bytecode: 0x7fb8d0b917d0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $weibullsurv$survival
#> [1] TRUE
#> 
#> $weibullsurv$discrete
#> [1] FALSE
#> 
#> $weibullsurv$link
#> [1] "default"  "log"      "neglog"   "quantile"
#> 
#> $weibullsurv$pdf
#> [1] "weibull"
#> 
#> 
#> $loglogistic
#> $loglogistic$doc
#> [1] "The loglogistic likelihood"
#> 
#> $loglogistic$hyper
#> $loglogistic$hyper$theta
#> $loglogistic$hyper$theta$hyperid
#> [1] 80001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogistic$hyper$theta$name
#> [1] "log alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogistic$hyper$theta$short.name
#> [1] "alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogistic$hyper$theta$initial
#> [1] 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogistic$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogistic$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogistic$hyper$theta$param
#> [1] 25 25
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogistic$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0b90ed8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $loglogistic$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b97990>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $loglogistic$survival
#> [1] FALSE
#> 
#> $loglogistic$discrete
#> [1] FALSE
#> 
#> $loglogistic$link
#> [1] "default" "log"     "neglog" 
#> 
#> $loglogistic$pdf
#> [1] "loglogistic"
#> 
#> 
#> $loglogisticsurv
#> $loglogisticsurv$doc
#> [1] "The loglogistic likelihood (survival)"
#> 
#> $loglogisticsurv$hyper
#> $loglogisticsurv$hyper$theta
#> $loglogisticsurv$hyper$theta$hyperid
#> [1] 80011
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogisticsurv$hyper$theta$name
#> [1] "log alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogisticsurv$hyper$theta$short.name
#> [1] "alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogisticsurv$hyper$theta$initial
#> [1] 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogisticsurv$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogisticsurv$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogisticsurv$hyper$theta$param
#> [1] 25 25
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $loglogisticsurv$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0b97098>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $loglogisticsurv$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b96ab0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $loglogisticsurv$survival
#> [1] TRUE
#> 
#> $loglogisticsurv$discrete
#> [1] FALSE
#> 
#> $loglogisticsurv$link
#> [1] "default" "log"     "neglog" 
#> 
#> $loglogisticsurv$pdf
#> [1] "loglogistic"
#> 
#> 
#> $weibullcure
#> $weibullcure$doc
#> [1] "The Weibull-cure likelihood (survival)"
#> 
#> $weibullcure$hyper
#> $weibullcure$hyper$theta1
#> $weibullcure$hyper$theta1$hyperid
#> [1] 81001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta1$name
#> [1] "log alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta1$short.name
#> [1] "a"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta1$initial
#> [1] 0.1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta1$prior
#> [1] "pc.alphaw"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta1$param
#> [1] 5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta1$to.theta
#> function (x, sc = 0.1) 
#> log(x)/sc
#> <bytecode: 0x7fb8d0b961b8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $weibullcure$hyper$theta1$from.theta
#> function (x, sc = 0.1) 
#> exp(sc * x)
#> <bytecode: 0x7fb8d0b999c8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $weibullcure$hyper$theta2
#> $weibullcure$hyper$theta2$hyperid
#> [1] 81002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta2$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta2$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta2$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta2$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta2$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $weibullcure$hyper$theta2$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0b99140>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $weibullcure$hyper$theta2$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0b98960>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $weibullcure$survival
#> [1] TRUE
#> 
#> $weibullcure$discrete
#> [1] FALSE
#> 
#> $weibullcure$link
#> [1] "default" "log"     "neglog" 
#> 
#> $weibullcure$pdf
#> [1] "weibullcure"
#> 
#> 
#> $stochvol
#> $stochvol$doc
#> [1] "The Gaussian stochvol likelihood"
#> 
#> $stochvol$hyper
#> $stochvol$hyper$theta
#> $stochvol$hyper$theta$hyperid
#> [1] 82001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvol$hyper$theta$name
#> [1] "log precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvol$hyper$theta$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvol$hyper$theta$initial
#> [1] 500
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvol$hyper$theta$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvol$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvol$hyper$theta$param
#> [1] 1.000 0.005
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvol$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0b97f18>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $stochvol$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b9b808>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $stochvol$survival
#> [1] FALSE
#> 
#> $stochvol$discrete
#> [1] FALSE
#> 
#> $stochvol$link
#> [1] "default" "log"    
#> 
#> $stochvol$pdf
#> [1] "stochvolgaussian"
#> 
#> 
#> $stochvolsn
#> $stochvolsn$doc
#> [1] "The SkewNormal stochvol likelihood"
#> 
#> $stochvolsn$hyper
#> $stochvolsn$hyper$theta1
#> $stochvolsn$hyper$theta1$hyperid
#> [1] 82101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta1$name
#> [1] "logit skew"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta1$short.name
#> [1] "skew"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta1$initial
#> [1] 0.001234568
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta1$prior
#> [1] "pc.sn"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta1$param
#> [1] 10
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta1$to.theta
#> function (x, skew.max = 0.988) 
#> log((1 + x/skew.max)/(1 - x/skew.max))
#> <bytecode: 0x7fb8d0b9af80>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $stochvolsn$hyper$theta1$from.theta
#> function (x, skew.max = 0.988) 
#> skew.max * (2 * exp(x)/(1 + exp(x)) - 1)
#> <bytecode: 0x7fb8d0b9a490>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $stochvolsn$hyper$theta2
#> $stochvolsn$hyper$theta2$hyperid
#> [1] 82102
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta2$name
#> [1] "log precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta2$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta2$initial
#> [1] 500
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta2$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta2$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta2$param
#> [1] 1.000 0.005
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolsn$hyper$theta2$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0b9f6f0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $stochvolsn$hyper$theta2$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b9f108>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $stochvolsn$status
#> [1] "experimental"
#> 
#> $stochvolsn$survival
#> [1] FALSE
#> 
#> $stochvolsn$discrete
#> [1] FALSE
#> 
#> $stochvolsn$link
#> [1] "default" "log"    
#> 
#> $stochvolsn$pdf
#> [1] "stochvolsn"
#> 
#> 
#> $stochvolt
#> $stochvolt$doc
#> [1] "The Student-t stochvol likelihood"
#> 
#> $stochvolt$hyper
#> $stochvolt$hyper$theta
#> $stochvolt$hyper$theta$hyperid
#> [1] 83001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolt$hyper$theta$name
#> [1] "log degrees of freedom"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolt$hyper$theta$short.name
#> [1] "dof"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolt$hyper$theta$initial
#> [1] 4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolt$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolt$hyper$theta$prior
#> [1] "pc.dof"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolt$hyper$theta$param
#> [1] 15.0  0.5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolt$hyper$theta$to.theta
#> function (x) 
#> log(x - 2)
#> <bytecode: 0x7fb8d0b9e8f0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $stochvolt$hyper$theta$from.theta
#> function (x) 
#> 2 + exp(x)
#> <bytecode: 0x7fb8d0b9e260>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $stochvolt$survival
#> [1] FALSE
#> 
#> $stochvolt$discrete
#> [1] FALSE
#> 
#> $stochvolt$link
#> [1] "default" "log"    
#> 
#> $stochvolt$pdf
#> [1] "stochvolt"
#> 
#> 
#> $stochvolnig
#> $stochvolnig$doc
#> [1] "The Normal inverse Gaussian stochvol likelihood"
#> 
#> $stochvolnig$hyper
#> $stochvolnig$hyper$theta1
#> $stochvolnig$hyper$theta1$hyperid
#> [1] 84001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta1$name
#> [1] "skewness"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta1$short.name
#> [1] "skew"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta1$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta1$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta1$param
#> [1]  0 10
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta1$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0ba18b0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $stochvolnig$hyper$theta1$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0ba1220>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $stochvolnig$hyper$theta2
#> $stochvolnig$hyper$theta2$hyperid
#> [1] 84002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta2$name
#> [1] "shape"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta2$short.name
#> [1] "shape"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta2$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta2$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta2$param
#> [1] 1.0 0.5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $stochvolnig$hyper$theta2$to.theta
#> function (x) 
#> log(x - 1)
#> <bytecode: 0x7fb8d0ba09d0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $stochvolnig$hyper$theta2$from.theta
#> function (x) 
#> 1 + exp(x)
#> <bytecode: 0x7fb8d0ba0340>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $stochvolnig$survival
#> [1] FALSE
#> 
#> $stochvolnig$discrete
#> [1] FALSE
#> 
#> $stochvolnig$link
#> [1] "default" "log"    
#> 
#> $stochvolnig$pdf
#> [1] "stochvolnig"
#> 
#> 
#> $zeroinflatedpoisson0
#> $zeroinflatedpoisson0$doc
#> [1] "Zero-inflated Poisson, type 0"
#> 
#> $zeroinflatedpoisson0$hyper
#> $zeroinflatedpoisson0$hyper$theta
#> $zeroinflatedpoisson0$hyper$theta$hyperid
#> [1] 85001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson0$hyper$theta$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson0$hyper$theta$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson0$hyper$theta$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson0$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson0$hyper$theta$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson0$hyper$theta$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson0$hyper$theta$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0ba3990>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedpoisson0$hyper$theta$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0ba31e8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatedpoisson0$survival
#> [1] FALSE
#> 
#> $zeroinflatedpoisson0$discrete
#> [1] FALSE
#> 
#> $zeroinflatedpoisson0$link
#> [1] "default" "log"    
#> 
#> $zeroinflatedpoisson0$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatedpoisson1
#> $zeroinflatedpoisson1$doc
#> [1] "Zero-inflated Poisson, type 1"
#> 
#> $zeroinflatedpoisson1$hyper
#> $zeroinflatedpoisson1$hyper$theta
#> $zeroinflatedpoisson1$hyper$theta$hyperid
#> [1] 86001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson1$hyper$theta$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson1$hyper$theta$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson1$hyper$theta$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson1$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson1$hyper$theta$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson1$hyper$theta$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson1$hyper$theta$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0ba2768>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedpoisson1$hyper$theta$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0ba1fc0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatedpoisson1$survival
#> [1] FALSE
#> 
#> $zeroinflatedpoisson1$discrete
#> [1] FALSE
#> 
#> $zeroinflatedpoisson1$link
#> [1] "default" "log"    
#> 
#> $zeroinflatedpoisson1$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatedpoisson2
#> $zeroinflatedpoisson2$doc
#> [1] "Zero-inflated Poisson, type 2"
#> 
#> $zeroinflatedpoisson2$hyper
#> $zeroinflatedpoisson2$hyper$theta
#> $zeroinflatedpoisson2$hyper$theta$hyperid
#> [1] 87001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson2$hyper$theta$name
#> [1] "log alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson2$hyper$theta$short.name
#> [1] "a"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson2$hyper$theta$initial
#> [1] 0.6931472
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson2$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson2$hyper$theta$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson2$hyper$theta$param
#> [1] 0.6931472 1.0000000
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedpoisson2$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0b94288>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedpoisson2$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0b93ca0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatedpoisson2$survival
#> [1] FALSE
#> 
#> $zeroinflatedpoisson2$discrete
#> [1] FALSE
#> 
#> $zeroinflatedpoisson2$link
#> [1] "default" "log"    
#> 
#> $zeroinflatedpoisson2$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatedcenpoisson0
#> $zeroinflatedcenpoisson0$doc
#> [1] "Zero-inflated censored Poisson, type 0"
#> 
#> $zeroinflatedcenpoisson0$hyper
#> $zeroinflatedcenpoisson0$hyper$theta
#> $zeroinflatedcenpoisson0$hyper$theta$hyperid
#> [1] 87101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson0$hyper$theta$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson0$hyper$theta$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson0$hyper$theta$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson0$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson0$hyper$theta$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson0$hyper$theta$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson0$hyper$theta$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0b93488>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedcenpoisson0$hyper$theta$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0b92ce0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatedcenpoisson0$status
#> [1] "experimental"
#> 
#> $zeroinflatedcenpoisson0$survival
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson0$discrete
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson0$link
#> [1] "default" "log"    
#> 
#> $zeroinflatedcenpoisson0$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatedcenpoisson1
#> $zeroinflatedcenpoisson1$doc
#> [1] "Zero-inflated censored Poisson, type 1"
#> 
#> $zeroinflatedcenpoisson1$hyper
#> $zeroinflatedcenpoisson1$hyper$theta
#> $zeroinflatedcenpoisson1$hyper$theta$hyperid
#> [1] 87201
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson1$hyper$theta$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson1$hyper$theta$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson1$hyper$theta$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson1$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson1$hyper$theta$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson1$hyper$theta$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson1$hyper$theta$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0ba5370>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedcenpoisson1$hyper$theta$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0ba4bc8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatedcenpoisson1$status
#> [1] "experimental"
#> 
#> $zeroinflatedcenpoisson1$survival
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson1$discrete
#> [1] FALSE
#> 
#> $zeroinflatedcenpoisson1$link
#> [1] "default" "log"    
#> 
#> $zeroinflatedcenpoisson1$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatedbetabinomial0
#> $zeroinflatedbetabinomial0$doc
#> [1] "Zero-inflated Beta-Binomial, type 0"
#> 
#> $zeroinflatedbetabinomial0$hyper
#> $zeroinflatedbetabinomial0$hyper$theta1
#> $zeroinflatedbetabinomial0$hyper$theta1$hyperid
#> [1] 88001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta1$name
#> [1] "overdispersion"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta1$short.name
#> [1] "rho"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta1$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta1$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta1$param
#> [1] 0.0 0.4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta1$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0ba4180>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta1$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0ba78e8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatedbetabinomial0$hyper$theta2
#> $zeroinflatedbetabinomial0$hyper$theta2$hyperid
#> [1] 88002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta2$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta2$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta2$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta2$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta2$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta2$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0ba6ed8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedbetabinomial0$hyper$theta2$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0ba6730>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatedbetabinomial0$survival
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial0$discrete
#> [1] TRUE
#> 
#> $zeroinflatedbetabinomial0$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> [8] "robit"   "sn"     
#> 
#> $zeroinflatedbetabinomial0$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatedbetabinomial1
#> $zeroinflatedbetabinomial1$doc
#> [1] "Zero-inflated Beta-Binomial, type 1"
#> 
#> $zeroinflatedbetabinomial1$hyper
#> $zeroinflatedbetabinomial1$hyper$theta1
#> $zeroinflatedbetabinomial1$hyper$theta1$hyperid
#> [1] 89001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta1$name
#> [1] "overdispersion"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta1$short.name
#> [1] "rho"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta1$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta1$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta1$param
#> [1] 0.0 0.4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta1$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0ba5ce8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta1$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0ba9450>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatedbetabinomial1$hyper$theta2
#> $zeroinflatedbetabinomial1$hyper$theta2$hyperid
#> [1] 89002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta2$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta2$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta2$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta2$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta2$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta2$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0ba8a78>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedbetabinomial1$hyper$theta2$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0ba82d0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatedbetabinomial1$survival
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial1$discrete
#> [1] TRUE
#> 
#> $zeroinflatedbetabinomial1$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> [8] "robit"   "sn"     
#> 
#> $zeroinflatedbetabinomial1$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatedbinomial0
#> $zeroinflatedbinomial0$doc
#> [1] "Zero-inflated Binomial, type 0"
#> 
#> $zeroinflatedbinomial0$hyper
#> $zeroinflatedbinomial0$hyper$theta
#> $zeroinflatedbinomial0$hyper$theta$hyperid
#> [1] 90001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial0$hyper$theta$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial0$hyper$theta$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial0$hyper$theta$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial0$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial0$hyper$theta$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial0$hyper$theta$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial0$hyper$theta$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bab798>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedbinomial0$hyper$theta$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0baaff0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatedbinomial0$survival
#> [1] FALSE
#> 
#> $zeroinflatedbinomial0$discrete
#> [1] FALSE
#> 
#> $zeroinflatedbinomial0$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> [8] "robit"   "sn"     
#> 
#> $zeroinflatedbinomial0$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatedbinomial1
#> $zeroinflatedbinomial1$doc
#> [1] "Zero-inflated Binomial, type 1"
#> 
#> $zeroinflatedbinomial1$hyper
#> $zeroinflatedbinomial1$hyper$theta
#> $zeroinflatedbinomial1$hyper$theta$hyperid
#> [1] 91001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial1$hyper$theta$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial1$hyper$theta$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial1$hyper$theta$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial1$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial1$hyper$theta$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial1$hyper$theta$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial1$hyper$theta$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0baa5a8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedbinomial1$hyper$theta$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0ba9e00>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatedbinomial1$survival
#> [1] FALSE
#> 
#> $zeroinflatedbinomial1$discrete
#> [1] FALSE
#> 
#> $zeroinflatedbinomial1$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> [8] "robit"   "sn"     
#> 
#> $zeroinflatedbinomial1$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatedbinomial2
#> $zeroinflatedbinomial2$doc
#> [1] "Zero-inflated Binomial, type 2"
#> 
#> $zeroinflatedbinomial2$hyper
#> $zeroinflatedbinomial2$hyper$theta
#> $zeroinflatedbinomial2$hyper$theta$hyperid
#> [1] 92001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial2$hyper$theta$name
#> [1] "alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial2$hyper$theta$short.name
#> [1] "alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial2$hyper$theta$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial2$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial2$hyper$theta$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial2$hyper$theta$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbinomial2$hyper$theta$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bad290>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedbinomial2$hyper$theta$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bacca8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatedbinomial2$survival
#> [1] FALSE
#> 
#> $zeroinflatedbinomial2$discrete
#> [1] FALSE
#> 
#> $zeroinflatedbinomial2$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> [8] "robit"   "sn"     
#> 
#> $zeroinflatedbinomial2$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroninflatedbinomial2
#> $zeroninflatedbinomial2$doc
#> [1] "Zero and N inflated binomial, type 2"
#> 
#> $zeroninflatedbinomial2$hyper
#> $zeroninflatedbinomial2$hyper$theta1
#> $zeroninflatedbinomial2$hyper$theta1$hyperid
#> [1] 93001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta1$name
#> [1] "alpha1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta1$short.name
#> [1] "alpha1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta1$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta1$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta1$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bac490>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroninflatedbinomial2$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0babea8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroninflatedbinomial2$hyper$theta2
#> $zeroninflatedbinomial2$hyper$theta2$hyperid
#> [1] 93002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta2$name
#> [1] "alpha2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta2$short.name
#> [1] "alpha2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta2$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta2$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta2$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$hyper$theta2$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bb1610>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroninflatedbinomial2$hyper$theta2$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bb1028>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroninflatedbinomial2$survival
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$discrete
#> [1] FALSE
#> 
#> $zeroninflatedbinomial2$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> [8] "robit"   "sn"     
#> 
#> $zeroninflatedbinomial2$pdf
#> [1] NA
#> 
#> 
#> $zeroninflatedbinomial3
#> $zeroninflatedbinomial3$doc
#> [1] "Zero and N inflated binomial, type 3"
#> 
#> $zeroninflatedbinomial3$hyper
#> $zeroninflatedbinomial3$hyper$theta1
#> $zeroninflatedbinomial3$hyper$theta1$hyperid
#> [1] 93101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta1$name
#> [1] "alpha0"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta1$short.name
#> [1] "alpha0"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta1$initial
#> [1] 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta1$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta1$param
#> [1] 1 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bb0810>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroninflatedbinomial3$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bb0228>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroninflatedbinomial3$hyper$theta2
#> $zeroninflatedbinomial3$hyper$theta2$hyperid
#> [1] 93102
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta2$name
#> [1] "alphaN"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta2$short.name
#> [1] "alphaN"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta2$initial
#> [1] 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta2$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta2$param
#> [1] 1 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$hyper$theta2$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bb3958>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroninflatedbinomial3$hyper$theta2$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bb3370>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroninflatedbinomial3$status
#> [1] "experimental"
#> 
#> $zeroninflatedbinomial3$survival
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$discrete
#> [1] FALSE
#> 
#> $zeroninflatedbinomial3$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> [8] "robit"   "sn"     
#> 
#> $zeroninflatedbinomial3$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatedbetabinomial2
#> $zeroinflatedbetabinomial2$doc
#> [1] "Zero inflated Beta-Binomial, type 2"
#> 
#> $zeroinflatedbetabinomial2$hyper
#> $zeroinflatedbetabinomial2$hyper$theta1
#> $zeroinflatedbetabinomial2$hyper$theta1$hyperid
#> [1] 94001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta1$name
#> [1] "log alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta1$short.name
#> [1] "a"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta1$initial
#> [1] 0.6931472
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta1$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta1$param
#> [1] 0.6931472 1.0000000
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bb2b58>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bb2570>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatedbetabinomial2$hyper$theta2
#> $zeroinflatedbetabinomial2$hyper$theta2$hyperid
#> [1] 94002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta2$name
#> [1] "beta"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta2$short.name
#> [1] "b"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta2$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta2$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta2$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta2$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bb1dc8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatedbetabinomial2$hyper$theta2$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bb56f0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatedbetabinomial2$survival
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$discrete
#> [1] FALSE
#> 
#> $zeroinflatedbetabinomial2$link
#> [1] "default" "logit"   "loga"    "cauchit" "probit"  "cloglog" "loglog" 
#> [8] "robit"   "sn"     
#> 
#> $zeroinflatedbetabinomial2$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatednbinomial0
#> $zeroinflatednbinomial0$doc
#> [1] "Zero inflated negBinomial, type 0"
#> 
#> $zeroinflatednbinomial0$hyper
#> $zeroinflatednbinomial0$hyper$theta1
#> $zeroinflatednbinomial0$hyper$theta1$hyperid
#> [1] 95001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta1$name
#> [1] "log size"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta1$short.name
#> [1] "size"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta1$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta1$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta1$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bb4ed8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial0$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bb48f0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial0$hyper$theta2
#> $zeroinflatednbinomial0$hyper$theta2$hyperid
#> [1] 95002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta2$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta2$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta2$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta2$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta2$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$hyper$theta2$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bb4148>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial0$hyper$theta2$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bb78b0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatednbinomial0$survival
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$discrete
#> [1] FALSE
#> 
#> $zeroinflatednbinomial0$link
#> [1] "default" "log"    
#> 
#> $zeroinflatednbinomial0$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatednbinomial1
#> $zeroinflatednbinomial1$doc
#> [1] "Zero inflated negBinomial, type 1"
#> 
#> $zeroinflatednbinomial1$hyper
#> $zeroinflatednbinomial1$hyper$theta1
#> $zeroinflatednbinomial1$hyper$theta1$hyperid
#> [1] 96001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta1$name
#> [1] "log size"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta1$short.name
#> [1] "size"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta1$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta1$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta1$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bb6e68>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bb6880>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1$hyper$theta2
#> $zeroinflatednbinomial1$hyper$theta2$hyperid
#> [1] 96002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta2$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta2$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta2$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta2$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta2$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$hyper$theta2$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bb60d8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1$hyper$theta2$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bbb840>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatednbinomial1$survival
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$discrete
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1$link
#> [1] "default" "log"    
#> 
#> $zeroinflatednbinomial1$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatednbinomial1strata2
#> $zeroinflatednbinomial1strata2$doc
#> [1] "Zero inflated negBinomial, type 1, strata 2"
#> 
#> $zeroinflatednbinomial1strata2$hyper
#> $zeroinflatednbinomial1strata2$hyper$theta1
#> $zeroinflatednbinomial1strata2$hyper$theta1$hyperid
#> [1] 97001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta1$name
#> [1] "log size"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta1$short.name
#> [1] "size"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta1$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta1$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta1$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bbadf8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bba7d8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta2
#> $zeroinflatednbinomial1strata2$hyper$theta2$hyperid
#> [1] 97002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta2$name
#> [1] "logit probability 1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta2$short.name
#> [1] "prob1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta2$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta2$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta2$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta2$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bba030>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta2$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bbd798>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta3
#> $zeroinflatednbinomial1strata2$hyper$theta3$hyperid
#> [1] 97003
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta3$name
#> [1] "logit probability 2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta3$short.name
#> [1] "prob2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta3$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta3$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta3$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta3$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta3$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bbcdc0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta3$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bbc618>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta4
#> $zeroinflatednbinomial1strata2$hyper$theta4$hyperid
#> [1] 97004
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta4$name
#> [1] "logit probability 3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta4$short.name
#> [1] "prob3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta4$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta4$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta4$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta4$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta4$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bbbc40>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta4$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bbf3a8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta5
#> $zeroinflatednbinomial1strata2$hyper$theta5$hyperid
#> [1] 97005
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta5$name
#> [1] "logit probability 4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta5$short.name
#> [1] "prob4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta5$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta5$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta5$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta5$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta5$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bbe998>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta5$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bbe1f0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta6
#> $zeroinflatednbinomial1strata2$hyper$theta6$hyperid
#> [1] 97006
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta6$name
#> [1] "logit probability 5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta6$short.name
#> [1] "prob5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta6$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta6$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta6$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta6$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta6$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bc1728>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta6$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bc0f80>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta7
#> $zeroinflatednbinomial1strata2$hyper$theta7$hyperid
#> [1] 97007
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta7$name
#> [1] "logit probability 6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta7$short.name
#> [1] "prob6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta7$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta7$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta7$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta7$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta7$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bc05a8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta7$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bbfe00>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta8
#> $zeroinflatednbinomial1strata2$hyper$theta8$hyperid
#> [1] 97008
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta8$name
#> [1] "logit probability 7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta8$short.name
#> [1] "prob7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta8$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta8$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta8$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta8$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta8$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bc3338>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta8$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bc2b90>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta9
#> $zeroinflatednbinomial1strata2$hyper$theta9$hyperid
#> [1] 97009
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta9$name
#> [1] "logit probability 8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta9$short.name
#> [1] "prob8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta9$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta9$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta9$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta9$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta9$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bc21b8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta9$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bc5920>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta10
#> $zeroinflatednbinomial1strata2$hyper$theta10$hyperid
#> [1] 97010
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta10$name
#> [1] "logit probability 9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta10$short.name
#> [1] "prob9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta10$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta10$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta10$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta10$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta10$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bc4f48>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta10$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bc47a0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta11
#> $zeroinflatednbinomial1strata2$hyper$theta11$hyperid
#> [1] 97011
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta11$name
#> [1] "logit probability 10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta11$short.name
#> [1] "prob10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta11$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta11$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta11$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta11$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta11$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bc3dc8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata2$hyper$theta11$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bc9530>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatednbinomial1strata2$status
#> [1] "experimental"
#> 
#> $zeroinflatednbinomial1strata2$survival
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$discrete
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata2$link
#> [1] "default" "log"    
#> 
#> $zeroinflatednbinomial1strata2$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatednbinomial1strata3
#> $zeroinflatednbinomial1strata3$doc
#> [1] "Zero inflated negBinomial, type 1, strata 3"
#> 
#> $zeroinflatednbinomial1strata3$hyper
#> $zeroinflatednbinomial1strata3$hyper$theta1
#> $zeroinflatednbinomial1strata3$hyper$theta1$hyperid
#> [1] 98001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta1$name
#> [1] "logit probability"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta1$short.name
#> [1] "prob"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta1$initial
#> [1] -1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta1$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta1$param
#> [1] -1.0  0.2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta1$to.theta
#> function (x) 
#> log(x/(1 - x))
#> <bytecode: 0x7fb8d0bc8ab0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta1$from.theta
#> function (x) 
#> exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d0bc8308>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta2
#> $zeroinflatednbinomial1strata3$hyper$theta2$hyperid
#> [1] 98002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta2$name
#> [1] "log size 1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta2$short.name
#> [1] "size1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta2$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta2$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta2$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta2$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bcb840>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta2$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bcb258>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta3
#> $zeroinflatednbinomial1strata3$hyper$theta3$hyperid
#> [1] 98003
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta3$name
#> [1] "log size 2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta3$short.name
#> [1] "size2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta3$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta3$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta3$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta3$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta3$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bcaab0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta3$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bca4c8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta4
#> $zeroinflatednbinomial1strata3$hyper$theta4$hyperid
#> [1] 98004
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta4$name
#> [1] "log size 3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta4$short.name
#> [1] "size3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta4$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta4$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta4$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta4$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta4$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bc9d20>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta4$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bcd610>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta5
#> $zeroinflatednbinomial1strata3$hyper$theta5$hyperid
#> [1] 98005
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta5$name
#> [1] "log size 4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta5$short.name
#> [1] "size4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta5$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta5$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta5$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta5$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta5$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bcce68>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta5$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bcc880>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta6
#> $zeroinflatednbinomial1strata3$hyper$theta6$hyperid
#> [1] 98006
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta6$name
#> [1] "log size 5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta6$short.name
#> [1] "size5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta6$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta6$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta6$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta6$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta6$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bcc0d8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta6$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bcfa00>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta7
#> $zeroinflatednbinomial1strata3$hyper$theta7$hyperid
#> [1] 98007
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta7$name
#> [1] "log size 6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta7$short.name
#> [1] "size6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta7$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta7$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta7$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta7$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta7$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bcf258>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta7$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bcec70>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta8
#> $zeroinflatednbinomial1strata3$hyper$theta8$hyperid
#> [1] 98008
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta8$name
#> [1] "log size 7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta8$short.name
#> [1] "size7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta8$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta8$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta8$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta8$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta8$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bce4c8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta8$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bcdee0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta9
#> $zeroinflatednbinomial1strata3$hyper$theta9$hyperid
#> [1] 98009
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta9$name
#> [1] "log size 8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta9$short.name
#> [1] "size8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta9$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta9$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta9$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta9$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta9$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bd1648>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta9$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bd1060>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta10
#> $zeroinflatednbinomial1strata3$hyper$theta10$hyperid
#> [1] 98010
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta10$name
#> [1] "log size 9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta10$short.name
#> [1] "size9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta10$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta10$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta10$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta10$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta10$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bd08b8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta10$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bd02d0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta11
#> $zeroinflatednbinomial1strata3$hyper$theta11$hyperid
#> [1] 98011
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta11$name
#> [1] "log size 10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta11$short.name
#> [1] "size10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta11$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta11$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta11$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta11$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta11$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bd3a38>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial1strata3$hyper$theta11$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bd3450>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatednbinomial1strata3$status
#> [1] "experimental"
#> 
#> $zeroinflatednbinomial1strata3$survival
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$discrete
#> [1] FALSE
#> 
#> $zeroinflatednbinomial1strata3$link
#> [1] "default" "log"    
#> 
#> $zeroinflatednbinomial1strata3$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $zeroinflatednbinomial2
#> $zeroinflatednbinomial2$doc
#> [1] "Zero inflated negBinomial, type 2"
#> 
#> $zeroinflatednbinomial2$hyper
#> $zeroinflatednbinomial2$hyper$theta1
#> $zeroinflatednbinomial2$hyper$theta1$hyperid
#> [1] 99001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta1$name
#> [1] "log size"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta1$short.name
#> [1] "size"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta1$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta1$prior
#> [1] "pc.mgamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta1$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bd2c38>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial2$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bd2650>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $zeroinflatednbinomial2$hyper$theta2
#> $zeroinflatednbinomial2$hyper$theta2$hyperid
#> [1] 99002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta2$name
#> [1] "log alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta2$short.name
#> [1] "a"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta2$initial
#> [1] 0.6931472
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta2$prior
#> [1] "gaussian"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta2$param
#> [1] 2 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$hyper$theta2$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bd1e70>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $zeroinflatednbinomial2$hyper$theta2$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bd5798>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $zeroinflatednbinomial2$survival
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$discrete
#> [1] FALSE
#> 
#> $zeroinflatednbinomial2$link
#> [1] "default" "log"    
#> 
#> $zeroinflatednbinomial2$pdf
#> [1] "zeroinflated"
#> 
#> 
#> $t
#> $t$doc
#> [1] "Student-t likelihood"
#> 
#> $t$hyper
#> $t$hyper$theta1
#> $t$hyper$theta1$hyperid
#> [1] 100001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta1$name
#> [1] "log precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta1$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta1$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta1$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta1$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bd4f80>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $t$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bd4998>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $t$hyper$theta2
#> $t$hyper$theta2$hyperid
#> [1] 100002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta2$name
#> [1] "log degrees of freedom"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta2$short.name
#> [1] "dof"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta2$initial
#> [1] 5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta2$prior
#> [1] "pc.dof"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta2$param
#> [1] 15.0  0.5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $t$hyper$theta2$to.theta
#> function (x) 
#> log(x - 2)
#> <bytecode: 0x7fb8d0bd41f0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $t$hyper$theta2$from.theta
#> function (x) 
#> 2 + exp(x)
#> <bytecode: 0x7fb8d0bd7a70>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $t$survival
#> [1] FALSE
#> 
#> $t$discrete
#> [1] FALSE
#> 
#> $t$link
#> [1] "default"  "identity"
#> 
#> $t$pdf
#> [1] "student-t"
#> 
#> 
#> $tstrata
#> $tstrata$doc
#> [1] "A stratified version of the Student-t likelihood"
#> 
#> $tstrata$hyper
#> $tstrata$hyper$theta1
#> $tstrata$hyper$theta1$hyperid
#> [1] 101001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta1$name
#> [1] "log degrees of freedom"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta1$short.name
#> [1] "dof"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta1$initial
#> [1] 4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta1$prior
#> [1] "pc.dof"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta1$param
#> [1] 15.0  0.5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta1$to.theta
#> function (x) 
#> log(x - 5)
#> <bytecode: 0x7fb8d0bd71b0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tstrata$hyper$theta1$from.theta
#> function (x) 
#> 5 + exp(x)
#> <bytecode: 0x7fb8d0bd6b20>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $tstrata$hyper$theta2
#> $tstrata$hyper$theta2$hyperid
#> [1] 101002
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta2$name
#> [1] "log precision1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta2$short.name
#> [1] "prec1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta2$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta2$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta2$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta2$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bd6298>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tstrata$hyper$theta2$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bd5cb0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $tstrata$hyper$theta3
#> $tstrata$hyper$theta3$hyperid
#> [1] 101003
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta3$name
#> [1] "log precision2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta3$short.name
#> [1] "prec2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta3$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta3$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta3$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta3$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta3$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bd9418>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tstrata$hyper$theta3$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bd8e30>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $tstrata$hyper$theta4
#> $tstrata$hyper$theta4$hyperid
#> [1] 101004
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta4$name
#> [1] "log precision3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta4$short.name
#> [1] "prec3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta4$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta4$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta4$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta4$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta4$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bd8688>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tstrata$hyper$theta4$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bd80a0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $tstrata$hyper$theta5
#> $tstrata$hyper$theta5$hyperid
#> [1] 101005
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta5$name
#> [1] "log precision4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta5$short.name
#> [1] "prec4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta5$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta5$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta5$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta5$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta5$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bdd808>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tstrata$hyper$theta5$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bdd220>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $tstrata$hyper$theta6
#> $tstrata$hyper$theta6$hyperid
#> [1] 101006
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta6$name
#> [1] "log precision5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta6$short.name
#> [1] "prec5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta6$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta6$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta6$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta6$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta6$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bdca78>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tstrata$hyper$theta6$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bdc490>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $tstrata$hyper$theta7
#> $tstrata$hyper$theta7$hyperid
#> [1] 101007
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta7$name
#> [1] "log precision6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta7$short.name
#> [1] "prec6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta7$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta7$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta7$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta7$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta7$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bdbce8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tstrata$hyper$theta7$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bdf610>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $tstrata$hyper$theta8
#> $tstrata$hyper$theta8$hyperid
#> [1] 101008
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta8$name
#> [1] "log precision7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta8$short.name
#> [1] "prec7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta8$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta8$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta8$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta8$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta8$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bdee68>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tstrata$hyper$theta8$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bde880>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $tstrata$hyper$theta9
#> $tstrata$hyper$theta9$hyperid
#> [1] 101009
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta9$name
#> [1] "log precision8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta9$short.name
#> [1] "prec8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta9$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta9$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta9$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta9$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta9$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0bde0d8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tstrata$hyper$theta9$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0be1990>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $tstrata$hyper$theta10
#> $tstrata$hyper$theta10$hyperid
#> [1] 101010
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta10$name
#> [1] "log precision9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta10$short.name
#> [1] "prec9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta10$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta10$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta10$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta10$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta10$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0be11e8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tstrata$hyper$theta10$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0be0c00>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $tstrata$hyper$theta11
#> $tstrata$hyper$theta11$hyperid
#> [1] 101011
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta11$name
#> [1] "log precision10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta11$short.name
#> [1] "prec10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta11$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta11$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta11$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta11$param
#> [1] 1e+00 5e-05
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tstrata$hyper$theta11$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0be0458>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tstrata$hyper$theta11$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0bdfe70>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $tstrata$survival
#> [1] FALSE
#> 
#> $tstrata$discrete
#> [1] FALSE
#> 
#> $tstrata$link
#> [1] "default"  "identity"
#> 
#> $tstrata$pdf
#> [1] "tstrata"
#> 
#> 
#> $nmix
#> $nmix$doc
#> [1] "Binomial-Poisson mixture"
#> 
#> $nmix$hyper
#> $nmix$hyper$theta1
#> $nmix$hyper$theta1$hyperid
#> [1] 101101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta1$name
#> [1] "beta1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta1$short.name
#> [1] "beta1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta1$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta1$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta1$param
#> [1] 0.0 0.5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta1$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be3568>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta1$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be2ed8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta2
#> $nmix$hyper$theta2$hyperid
#> [1] 101102
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta2$name
#> [1] "beta2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta2$short.name
#> [1] "beta2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta2$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta2$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta2$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta2$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be2688>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta2$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be1ff8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta3
#> $nmix$hyper$theta3$hyperid
#> [1] 101103
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta3$name
#> [1] "beta3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta3$short.name
#> [1] "beta3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta3$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta3$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta3$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta3$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta3$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be56b8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta3$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be5028>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta4
#> $nmix$hyper$theta4$hyperid
#> [1] 101104
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta4$name
#> [1] "beta4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta4$short.name
#> [1] "beta4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta4$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta4$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta4$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta4$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta4$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be47a0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta4$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be4110>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta5
#> $nmix$hyper$theta5$hyperid
#> [1] 101105
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta5$name
#> [1] "beta5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta5$short.name
#> [1] "beta5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta5$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta5$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta5$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta5$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta5$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be77d0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta5$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be7140>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta6
#> $nmix$hyper$theta6$hyperid
#> [1] 101106
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta6$name
#> [1] "beta6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta6$short.name
#> [1] "beta6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta6$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta6$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta6$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta6$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta6$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be68f0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta6$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be6260>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta7
#> $nmix$hyper$theta7$hyperid
#> [1] 101107
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta7$name
#> [1] "beta7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta7$short.name
#> [1] "beta7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta7$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta7$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta7$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta7$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta7$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be9920>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta7$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be9290>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta8
#> $nmix$hyper$theta8$hyperid
#> [1] 101108
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta8$name
#> [1] "beta8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta8$short.name
#> [1] "beta8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta8$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta8$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta8$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta8$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta8$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be8a40>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta8$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be83b0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta9
#> $nmix$hyper$theta9$hyperid
#> [1] 101109
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta9$name
#> [1] "beta9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta9$short.name
#> [1] "beta9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta9$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta9$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta9$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta9$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta9$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0beba70>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta9$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0beb3e0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta10
#> $nmix$hyper$theta10$hyperid
#> [1] 101110
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta10$name
#> [1] "beta10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta10$short.name
#> [1] "beta10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta10$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta10$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta10$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta10$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta10$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0beab90>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta10$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0bea500>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta11
#> $nmix$hyper$theta11$hyperid
#> [1] 101111
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta11$name
#> [1] "beta11"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta11$short.name
#> [1] "beta11"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta11$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta11$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta11$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta11$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta11$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0be9cb0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta11$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0bed4f8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta12
#> $nmix$hyper$theta12$hyperid
#> [1] 101112
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta12$name
#> [1] "beta12"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta12$short.name
#> [1] "beta12"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta12$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta12$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta12$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta12$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta12$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0becca8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta12$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0bec618>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta13
#> $nmix$hyper$theta13$hyperid
#> [1] 101113
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta13$name
#> [1] "beta13"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta13$short.name
#> [1] "beta13"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta13$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta13$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta13$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta13$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta13$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0bebd90>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta13$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0bf1610>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta14
#> $nmix$hyper$theta14$hyperid
#> [1] 101114
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta14$name
#> [1] "beta14"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta14$short.name
#> [1] "beta14"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta14$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta14$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta14$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta14$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta14$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0bf0dc0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta14$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0bf0730>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmix$hyper$theta15
#> $nmix$hyper$theta15$hyperid
#> [1] 101115
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta15$name
#> [1] "beta15"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta15$short.name
#> [1] "beta15"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta15$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta15$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta15$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta15$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmix$hyper$theta15$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0befee0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmix$hyper$theta15$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0bf5760>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $nmix$status
#> [1] "experimental"
#> 
#> $nmix$survival
#> [1] FALSE
#> 
#> $nmix$discrete
#> [1] TRUE
#> 
#> $nmix$link
#> [1] "default" "logit"   "loga"    "probit" 
#> 
#> $nmix$pdf
#> [1] "nmix"
#> 
#> 
#> $nmixnb
#> $nmixnb$doc
#> [1] "NegBinomial-Poisson mixture"
#> 
#> $nmixnb$hyper
#> $nmixnb$hyper$theta1
#> $nmixnb$hyper$theta1$hyperid
#> [1] 101121
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta1$name
#> [1] "beta1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta1$short.name
#> [1] "beta1"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta1$initial
#> [1] 2.302585
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta1$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta1$param
#> [1] 0.0 0.5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta1$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0bf4ea0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta1$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0bf4810>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta2
#> $nmixnb$hyper$theta2$hyperid
#> [1] 101122
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta2$name
#> [1] "beta2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta2$short.name
#> [1] "beta2"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta2$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta2$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta2$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta2$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0bf3fc0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta2$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0512240>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta3
#> $nmixnb$hyper$theta3$hyperid
#> [1] 101123
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta3$name
#> [1] "beta3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta3$short.name
#> [1] "beta3"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta3$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta3$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta3$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta3$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta3$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d05119f0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta3$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0511360>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta4
#> $nmixnb$hyper$theta4$hyperid
#> [1] 101124
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta4$name
#> [1] "beta4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta4$short.name
#> [1] "beta4"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta4$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta4$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta4$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta4$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta4$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0510b10>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta4$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0514390>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta5
#> $nmixnb$hyper$theta5$hyperid
#> [1] 101125
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta5$name
#> [1] "beta5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta5$short.name
#> [1] "beta5"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta5$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta5$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta5$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta5$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta5$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0513b40>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta5$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d05134b0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta6
#> $nmixnb$hyper$theta6$hyperid
#> [1] 101126
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta6$name
#> [1] "beta6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta6$short.name
#> [1] "beta6"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta6$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta6$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta6$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta6$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta6$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0512c60>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta6$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d05164e0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta7
#> $nmixnb$hyper$theta7$hyperid
#> [1] 101127
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta7$name
#> [1] "beta7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta7$short.name
#> [1] "beta7"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta7$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta7$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta7$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta7$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta7$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0515c90>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta7$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0515600>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta8
#> $nmixnb$hyper$theta8$hyperid
#> [1] 101128
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta8$name
#> [1] "beta8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta8$short.name
#> [1] "beta8"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta8$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta8$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta8$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta8$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta8$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0514db0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta8$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0514720>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta9
#> $nmixnb$hyper$theta9$hyperid
#> [1] 101129
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta9$name
#> [1] "beta9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta9$short.name
#> [1] "beta9"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta9$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta9$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta9$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta9$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta9$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0519da8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta9$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0519718>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta10
#> $nmixnb$hyper$theta10$hyperid
#> [1] 101130
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta10$name
#> [1] "beta10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta10$short.name
#> [1] "beta10"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta10$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta10$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta10$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta10$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta10$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0518ec8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta10$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0518838>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta11
#> $nmixnb$hyper$theta11$hyperid
#> [1] 101131
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta11$name
#> [1] "beta11"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta11$short.name
#> [1] "beta11"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta11$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta11$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta11$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta11$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta11$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d051f8f8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta11$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d051f268>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta12
#> $nmixnb$hyper$theta12$hyperid
#> [1] 101132
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta12$name
#> [1] "beta12"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta12$short.name
#> [1] "beta12"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta12$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta12$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta12$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta12$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta12$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d051ea18>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta12$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d051e388>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta13
#> $nmixnb$hyper$theta13$hyperid
#> [1] 101133
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta13$name
#> [1] "beta13"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta13$short.name
#> [1] "beta13"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta13$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta13$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta13$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta13$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta13$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0526a48>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta13$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d05263b8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta14
#> $nmixnb$hyper$theta14$hyperid
#> [1] 101134
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta14$name
#> [1] "beta14"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta14$short.name
#> [1] "beta14"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta14$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta14$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta14$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta14$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta14$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0525b68>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta14$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d05254d8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta15
#> $nmixnb$hyper$theta15$hyperid
#> [1] 101135
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta15$name
#> [1] "beta15"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta15$short.name
#> [1] "beta15"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta15$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta15$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta15$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta15$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta15$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0528b98>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta15$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0528508>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $nmixnb$hyper$theta16
#> $nmixnb$hyper$theta16$hyperid
#> [1] 101136
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta16$name
#> [1] "overdispersion"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta16$short.name
#> [1] "overdispersion"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta16$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta16$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta16$prior
#> [1] "pc.gamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta16$param
#> [1] 7
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $nmixnb$hyper$theta16$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0527cb8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $nmixnb$hyper$theta16$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d05276d0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $nmixnb$status
#> [1] "experimental"
#> 
#> $nmixnb$survival
#> [1] FALSE
#> 
#> $nmixnb$discrete
#> [1] TRUE
#> 
#> $nmixnb$link
#> [1] "default" "logit"   "loga"    "probit" 
#> 
#> $nmixnb$pdf
#> [1] "nmixnb"
#> 
#> 
#> $gp
#> $gp$doc
#> [1] "Generalized Pareto likelihood"
#> 
#> $gp$hyper
#> $gp$hyper$theta
#> $gp$hyper$theta$hyperid
#> [1] 101201
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gp$hyper$theta$name
#> [1] "tail"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gp$hyper$theta$short.name
#> [1] "xi"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gp$hyper$theta$initial
#> [1] -4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gp$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gp$hyper$theta$prior
#> [1] "pc.gevtail"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gp$hyper$theta$param
#> [1] 7.0 0.0 0.5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gp$hyper$theta$to.theta
#> function (x, interval = c(REPLACE.ME.low, REPLACE.ME.high)) 
#> log(-(interval[1] - x)/(interval[2] - x))
#> <bytecode: 0x7fb8d052ace8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gp$hyper$theta$from.theta
#> function (x, interval = c(REPLACE.ME.low, REPLACE.ME.high)) 
#> interval[1] + (interval[2] - interval[1]) * exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d052a188>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $gp$status
#> [1] "experimental"
#> 
#> $gp$survival
#> [1] FALSE
#> 
#> $gp$discrete
#> [1] TRUE
#> 
#> $gp$link
#> [1] "default"  "quantile"
#> 
#> $gp$pdf
#> [1] "genPareto"
#> 
#> 
#> $dgp
#> $dgp$doc
#> [1] "Discrete generalized Pareto likelihood"
#> 
#> $dgp$hyper
#> $dgp$hyper$theta
#> $dgp$hyper$theta$hyperid
#> [1] 101201
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $dgp$hyper$theta$name
#> [1] "tail"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $dgp$hyper$theta$short.name
#> [1] "xi"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $dgp$hyper$theta$initial
#> [1] 2
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $dgp$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $dgp$hyper$theta$prior
#> [1] "pc.gevtail"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $dgp$hyper$theta$param
#> [1] 7.0 0.0 0.5
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $dgp$hyper$theta$to.theta
#> function (x, interval = c(REPLACE.ME.low, REPLACE.ME.high)) 
#> log(-(interval[1] - x)/(interval[2] - x))
#> <bytecode: 0x7fb8d0529200>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $dgp$hyper$theta$from.theta
#> function (x, interval = c(REPLACE.ME.low, REPLACE.ME.high)) 
#> interval[1] + (interval[2] - interval[1]) * exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d052c5b0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $dgp$status
#> [1] "experimental"
#> 
#> $dgp$survival
#> [1] FALSE
#> 
#> $dgp$discrete
#> [1] TRUE
#> 
#> $dgp$link
#> [1] "default"  "quantile"
#> 
#> $dgp$pdf
#> [1] "dgp"
#> 
#> 
#> $logperiodogram
#> $logperiodogram$doc
#> [1] "Likelihood for the log-periodogram"
#> 
#> $logperiodogram$hyper
#> list()
#> 
#> $logperiodogram$survival
#> [1] FALSE
#> 
#> $logperiodogram$discrete
#> [1] FALSE
#> 
#> $logperiodogram$link
#> [1] "default"  "identity"
#> 
#> $logperiodogram$pdf
#> [1] NA
#> 
#> 
#> $tweedie
#> $tweedie$doc
#> [1] "Tweedie distribution"
#> 
#> $tweedie$hyper
#> $tweedie$hyper$theta1
#> $tweedie$hyper$theta1$hyperid
#> [1] 102101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta1$name
#> [1] "p"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta1$short.name
#> [1] "p"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta1$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta1$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta1$param
#> [1]  0 10
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta1$to.theta
#> function (x, interval = c(1, 2)) 
#> log(-(interval[1] - x)/(interval[2] - x))
#> <bytecode: 0x7fb8d052b5b8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tweedie$hyper$theta1$from.theta
#> function (x, interval = c(1, 2)) 
#> interval[1] + (interval[2] - interval[1]) * exp(x)/(1 + exp(x))
#> <bytecode: 0x7fb8d052e968>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $tweedie$hyper$theta2
#> $tweedie$hyper$theta2$hyperid
#> [1] 102201
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta2$name
#> [1] "dispersion"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta2$short.name
#> [1] "phi"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta2$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta2$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta2$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta2$param
#> [1] 1.0 0.1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $tweedie$hyper$theta2$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d052db30>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $tweedie$hyper$theta2$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d052d548>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $tweedie$status
#> [1] "experimental"
#> 
#> $tweedie$survival
#> [1] FALSE
#> 
#> $tweedie$discrete
#> [1] FALSE
#> 
#> $tweedie$link
#> [1] "default" "log"    
#> 
#> $tweedie$pdf
#> [1] "tweedie"
#> 
#> 
#> $fmri
#> $fmri$doc
#> [1] "fmri distribution (special nc-chi)"
#> 
#> $fmri$hyper
#> $fmri$hyper$theta1
#> $fmri$hyper$theta1$hyperid
#> [1] 103101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta1$name
#> [1] "precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta1$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta1$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta1$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta1$param
#> [1] 10 10
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0530c40>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $fmri$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0530658>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $fmri$hyper$theta2
#> $fmri$hyper$theta2$hyperid
#> [1] 103202
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta2$name
#> [1] "dof"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta2$short.name
#> [1] "df"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta2$initial
#> [1] 4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta2$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta2$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta2$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmri$hyper$theta2$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d052feb0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $fmri$hyper$theta2$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d052f820>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $fmri$status
#> [1] "experimental"
#> 
#> $fmri$survival
#> [1] FALSE
#> 
#> $fmri$discrete
#> [1] FALSE
#> 
#> $fmri$link
#> [1] "default" "log"    
#> 
#> $fmri$pdf
#> [1] "fmri"
#> 
#> 
#> $fmrisurv
#> $fmrisurv$doc
#> [1] "fmri distribution (special nc-chi)"
#> 
#> $fmrisurv$hyper
#> $fmrisurv$hyper$theta1
#> $fmrisurv$hyper$theta1$hyperid
#> [1] 104101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta1$name
#> [1] "precision"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta1$short.name
#> [1] "prec"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta1$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta1$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta1$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta1$param
#> [1] 10 10
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta1$to.theta
#> function (x) 
#> log(x)
#> <bytecode: 0x7fb8d0532e70>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $fmrisurv$hyper$theta1$from.theta
#> function (x) 
#> exp(x)
#> <bytecode: 0x7fb8d0532888>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> $fmrisurv$hyper$theta2
#> $fmrisurv$hyper$theta2$hyperid
#> [1] 104201
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta2$name
#> [1] "dof"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta2$short.name
#> [1] "df"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta2$initial
#> [1] 4
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta2$fixed
#> [1] TRUE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta2$prior
#> [1] "normal"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta2$param
#> [1] 0 1
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $fmrisurv$hyper$theta2$to.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d05320e0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $fmrisurv$hyper$theta2$from.theta
#> function (x) 
#> x
#> <bytecode: 0x7fb8d0531a50>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $fmrisurv$status
#> [1] "experimental"
#> 
#> $fmrisurv$survival
#> [1] TRUE
#> 
#> $fmrisurv$discrete
#> [1] FALSE
#> 
#> $fmrisurv$link
#> [1] "default" "log"    
#> 
#> $fmrisurv$pdf
#> [1] "fmri"
#> 
#> 
#> $gompertz
#> $gompertz$doc
#> [1] "gompertz distribution"
#> 
#> $gompertz$hyper
#> $gompertz$hyper$theta
#> $gompertz$hyper$theta$hyperid
#> [1] 105101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertz$hyper$theta$name
#> [1] "shape"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertz$hyper$theta$short.name
#> [1] "alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertz$hyper$theta$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertz$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertz$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertz$hyper$theta$param
#> [1] 0.001 0.001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertz$hyper$theta$to.theta
#> function (x, sc = 0.1) 
#> log(x)/sc
#> <bytecode: 0x7fb8d0531158>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gompertz$hyper$theta$from.theta
#> function (x, sc = 0.1) 
#> exp(sc * x)
#> <bytecode: 0x7fb8d05219a0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $gompertz$status
#> [1] "experimental"
#> 
#> $gompertz$survival
#> [1] FALSE
#> 
#> $gompertz$discrete
#> [1] FALSE
#> 
#> $gompertz$link
#> [1] "default" "log"     "neglog" 
#> 
#> $gompertz$pdf
#> [1] "gompertz"
#> 
#> 
#> $gompertzsurv
#> $gompertzsurv$doc
#> [1] "gompertz distribution"
#> 
#> $gompertzsurv$hyper
#> $gompertzsurv$hyper$theta
#> $gompertzsurv$hyper$theta$hyperid
#> [1] 106101
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertzsurv$hyper$theta$name
#> [1] "shape"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertzsurv$hyper$theta$short.name
#> [1] "alpha"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertzsurv$hyper$theta$initial
#> [1] 0
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertzsurv$hyper$theta$fixed
#> [1] FALSE
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertzsurv$hyper$theta$prior
#> [1] "loggamma"
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertzsurv$hyper$theta$param
#> [1] 0.001 0.001
#> attr(,"inla.read.only")
#> [1] FALSE
#> 
#> $gompertzsurv$hyper$theta$to.theta
#> function (x, sc = 0.1) 
#> log(x)/sc
#> <bytecode: 0x7fb8d05210a8>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> $gompertzsurv$hyper$theta$from.theta
#> function (x, sc = 0.1) 
#> exp(sc * x)
#> <bytecode: 0x7fb8d05209e0>
#> <environment: 0x7fb8d04c8960>
#> attr(,"inla.read.only")
#> [1] TRUE
#> 
#> 
#> 
#> $gompertzsurv$status
#> [1] "experimental"
#> 
#> $gompertzsurv$survival
#> [1] TRUE
#> 
#> $gompertzsurv$discrete
#> [1] FALSE
#> 
#> $gompertzsurv$link
#> [1] "default" "log"     "neglog" 
#> 
#> $gompertzsurv$pdf
#> [1] "gompertz"
#> 
#> 
# code taken from INLA::inla.models()$likelihood