control.sim.default: Default variables in control.sim

View source: R/default_arguments.R

control.sim.defaultR Documentation

Default variables in control.sim

Description

Sets the default variables in the list control.sim used to specify the fitting procedure. The list contains the following arguments:

synchronized

Boolean indicating whether or not synchronization is to be performed. Default value is TRUE, but this is set to FALSE if supplied tie-points are not found.

nsims

Integer giving how many simulations should be generated. Default value is 10000.

ncores

Integer which sets the number of cores to be used to sample from the joint posterior obtained by INLA. Default value is 2.

store.everything

Boolean indicating whether or not to store superfluous information such as the simulated mean vectors (from fixed effects). Default FALSE.

summary

List object with two items

compute

Boolean indicating if summary statistics (posterior marginal means median and credible intervals) should be computed. Default TRUE.

CI.type

character giving which type of credible intervals to be computed. "quantiles" for quantiles based intervals (Default) or "hpd" for highest posterior density intervals.

Usage

control.sim.default()

Value

Returns a list including default values for all variables in control.sim.

Author(s)

Eirik Myrvoll-Nilsen, eirikmn91@gmail.com

See Also

bremla,bremla_chronology_simulation, bremla_synchronized_simulation,set.options


eirikmn/bremla documentation built on Jan. 25, 2025, 4:41 a.m.