Description Usage Arguments Examples
Fit BIQQ Model for Natural Resource Curse Example
1 2 3 4 5 6 |
fit |
Stan model fit object |
XYKK |
XYKK data for model fitting |
alpha_prior |
Numeric vector of length 4. Dirichlet distribution parameters for proportions of 4 possible types in the population. Defaults to |
pi_alpha |
Numeric vector of length 4. Alpha shape parameters for Beta distribution of probabilities of assignment for 4 possible types in the population. Defaults to |
pi_beta |
Numeric vector of length 4. Beta shape parameters for Beta distribution of probabilities of assignment for 4 possible types in the population. Defaults to |
q1bd1_alpha |
Numeric vector of length 2. Alpha shape parameters for Beta distribution of probabilities of observing first clue given that type is (b)eneficial or (d)estinied. Defaults to |
q1bd1_beta |
Numeric vector of length 2. Beta shape parameters for Beta distribution of probabilities of observing first clue given that type is (b)eneficial or (d)estinied. Defaults to |
q2bd1_alpha |
Numeric vector of length 2. Alpha shape parameters for Beta distribution of probabilities of observing second clue given that type is (b)eneficial or (d)estinied. Defaults to |
q2bd1_beta |
Numeric vector of length 2. Beta shape parameters for Beta distribution of probabilities of observing second clue given that type is (b)eneficial or (d)estinied. Defaults to |
iter |
Integer. Total number of iterations in each chain. Defaults to 20000, |
chains |
Integer. Number of MC chains. Defaults to 4 |
warmup |
Integer. Number of warm-up iterations in each chain. Defaults to 5000 |
seed |
Integer. Number for random number generation. Defaults to 1000 |
cores |
Integer. Number of cores to use for parallel computation. Defaults to 1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.