burnin.thin.Rd
Burn-in and thinning of MCMC samples
burnin.thin(
samples,
target = 5000,
burnin.ratio = 2,
auto = TRUE,
burnin = NULL,
thin = NULL
)
Matrix of MCMC samples
Target number of samples (default = 5000). Only applicable if auto=TRUE.
Fraction of samples to burn-in; i.e. 2 means to remove first 1/2 of samples, 3 means 1/3, etc. (default = 2). Only applicable if auto=TRUE.
Whether or not to perform automatic burnin and thin based on target number of samples.
Number of samples to discard as burnin (auto must be FALSE)
Thinning interval (auto must be FALSE)