View source: R/set_initial_values.R
set_initial_values | R Documentation |
Set initial values used by the Metropolis-Hastings algorithm.
set_initial_values(rho_init = NULL, alpha_init = 1)
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 |
An object of class "BayesMallowsInitialValues"
, to be
provided to the initial_values
argument of compute_mallows()
or
compute_mallows_mixtures()
.
Other preprocessing:
get_transitive_closure()
,
set_compute_options()
,
set_model_options()
,
set_priors()
,
set_progress_report()
,
set_smc_options()
,
setup_rank_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.