Does "iterations" argument include or exclude the warmup (burnin) in anovaBF() and posterior()?
Hello. I have a quick question.
The default value for `iterations` is 10,000.
Does `iterations` argument include or exclude the number of warmup (burnin) in *anovaBF()* and *posterior()*?
Comments
Hi @sherloconan,
The value for `iterations` includes the warmup and is used for the function posterior. The number of iterations for anovaBF/ lmBF is determined by the value for `Numerical accuracy`.
Cheers,
Don
Thank you, Don.
So, there is no fixed proportion of warmup, right?
Indeed, there is not.