View source: R/inference_utils.R
discard_burn_in.expansionsMCMC | R Documentation |
Discard burn in iterations
## S3 method for class 'expansionsMCMC'
discard_burn_in(x, proportion = NULL, k_it = NULL, ...)
x |
expansionsMCMC object |
proportion |
(Optional) The proportion of iterations to be discarded. Either 'proportion' or 'k_it' must be provided |
k_it |
(Optional) The number of iterations to be discarded. Either 'proportion' or 'k_it' must be provided |
expansionsMCMC object with iterations designated as burn in discarded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.