control.scopy {INLA}R Documentation

Control variables in control.scopy

Description

Control variables in control.scopy for use in inla

Usage

inla.set.control.scopy.default(...)
control.scopy(covariate, mean, model, n, prec.betas, prec.mean)

Arguments

...

Possible arguments

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

Value

The function control.scopy is used to TAB-complete arguments and returns a list of given arguments. The function inla.set.control.scopy.default returns a list with all the default values of all parameters within this control statement.

See Also

control.update, control.lincomb, control.group, control.scopy, control.mix, control.pom, control.link, control.expert, control.compute, control.lp.scale, control.pardiso.default, control.bgev.default, control.family, control.fixed, control.inla, control.predictor, control.mode, control.hazard, inla


[Package INLA version 23.05.30-1 Index]