| control.scopy {INLA} | R Documentation |
Control variables in control.* for use with inla().
The functions can be used to TAB-complete arguments, and
returns a list of the default control arguments, unless overridden by
specific input arguments.
control.scopy(
covariate = NULL,
n = 5,
model = "rw2",
mean = 1,
prec.mean = 1,
prec.betas = 10
)
inla.set.control.scopy.default(...)
covariate |
The covariate for the scopy function |
n |
Number of betas |
model |
scopy model (one of 'rw1' and 'rw2') |
mean |
The prior mean for mean(betas) |
prec.mean |
The prior precision for mean(betas) |
prec.betas |
The prior precision prec(betas-mean(betas)) |
... |
Named arguments passed on to the main function |
Other control:
control.bgev(),
control.compute(),
control.expert(),
control.family(),
control.fixed(),
control.gcpo(),
control.group(),
control.hazard(),
control.inla(),
control.lincomb(),
control.link(),
control.lp.scale(),
control.mix(),
control.mode(),
control.pardiso(),
control.pom(),
control.predictor(),
control.update(),
control.vb()