| set_initial_values {BayesMallows} | R Documentation |
Set initial values of scale parameter and modal ranking
Description
Set initial values used by the Metropolis-Hastings algorithm.
Usage
set_initial_values(rho_init = NULL, alpha_init = 1)
Arguments
rho_init |
Numeric vector specifying the initial value of the latent
consensus ranking |
alpha_init |
Numeric value specifying the initial value of the scale
parameter |
Value
An object of class "BayesMallowsInitialValues", to be
provided to the initial_values argument of compute_mallows() or
compute_mallows_mixtures().
See Also
Other preprocessing:
get_transitive_closure(),
set_compute_options(),
set_model_options(),
set_priors(),
set_progress_report(),
set_smc_options(),
setup_rank_data()