| rho_priors | R Documentation | 
Specify prior for the spatial autoregressive parameter and sampling settings
rho_priors(
  rho_a_prior = 1,
  rho_b_prior = 1,
  rho_min = 0,
  rho_max = 1,
  init_rho_scale = 1,
  griddy_n = 60,
  use_griddy_gibbs = TRUE,
  mh_tune_low = 0.4,
  mh_tune_high = 0.6,
  mh_tune_scale = 0.1
)
| rho_a_prior | Single number. Prior hyperparameter for the four-parameter beta distribution  | 
| rho_b_prior | Single number. Prior hyperparameter for the four-parameter beta distribution  | 
| rho_min | Minimum value for  | 
| rho_max | Maximum value for  | 
| init_rho_scale | For Metropolis-Hastings step the initial candidate variance (default: 1) | 
| griddy_n | single integer number. Sets how fine the grid approximation is. Default value is 60. | 
| use_griddy_gibbs | Binary value. Should griddy-Gibbs be used for  | 
| mh_tune_low | Lower bound of acceptance rate for Metropolis-Hastings tuning
(used if  | 
| mh_tune_high | Upper bound of acceptance rate for Metropolis-Hastings tuning
(used if  | 
| mh_tune_scale | Scaling factor for Metropolis-Hastings tuning
(used if  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.