View source: R/default_arguments.R
control.sim.default | R Documentation |
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.
control.sim.default()
Returns a list including default values for all variables in control.sim
.
Eirik Myrvoll-Nilsen, eirikmn91@gmail.com
bremla,bremla_chronology_simulation,
bremla_synchronized_simulation,set.options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.