View source: R/default_arguments.R
control.bias.default | R Documentation |
Sets the default variables in the list control.bias
used to specify the
how an unknown stochastic bias should be included. The list contains the following arguments:
bias.model
Character describing which model should be used for the unknown bias.
Currently only "uniform"
is supported.
biasparams
Gives the parameters for the bias.model
. If ncol
>1,
the function will be applied to each column consecutively.
nsims
Integer giving the number of samples to be produced for the model. Default value
is 10000
.
store.samples
Boolean indicating if samples should be stored. Default value is FALSE
.
control.bias.default()
Returns a list including default values for all variables in control.bias
.
Eirik Myrvoll-Nilsen, eirikmn91@gmail.com
bremla, bremla_biased_chronologies,
set.options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.