View source: R/set_progress_report.R
set_progress_report | R Documentation |
Specify whether progress should be reported, and how often.
set_progress_report(verbose = FALSE, report_interval = 1000)
verbose |
Boolean specifying whether to report progress or not. Defaults
to |
report_interval |
Strictly positive number specifying how many
iterations of MCMC should be run between each progress report. Defaults to
|
An object of class "BayesMallowsProgressReport"
, to be provided in
the progress_report
argument to compute_mallows()
and
compute_mallows_mixtures()
.
Other preprocessing:
get_transitive_closure()
,
set_compute_options()
,
set_initial_values()
,
set_model_options()
,
set_priors()
,
set_smc_options()
,
setup_rank_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.