Specify whether progress should be reported, and how often.
set_progress_report(verbose = FALSE, report_interval = 1000)
An object of class "BayesMallowsProgressReport"
, to be provided in
the progress_report
argument to compute_mallows()
and
compute_mallows_mixtures()
.
Boolean specifying whether to report progress or not. Defaults
to FALSE
.
Strictly positive number specifying how many
iterations of MCMC should be run between each progress report. Defaults to
1000
.
Other preprocessing:
get_transitive_closure()
,
set_compute_options()
,
set_initial_values()
,
set_model_options()
,
set_priors()
,
set_smc_options()
,
setup_rank_data()