full_model_space {bdsm} | R Documentation |
Example output of the optim_model_space function
Description
A list with two elements: params
and stats
computed using the
optim_model_space
function and the economic_growth
dataset.
Usage
full_model_space
Format
full_model_space
A list with two elements.
- params
-
A double matrix with 40 rows and
2^9 = 512
columns with the parameters for the model space. Each column represents a different model. - stats
-
A matrix representing the statistics computed with
compute_model_space_stats
based onparams
. The first row contains likelihoods for the models. The second row are almost 1/2 * BIC_k as in Raftery's Bayesian Model Selection in Social Research, eq. 19. The rows 3-7 are standard deviations. Finally, the rows 8-12 are robust standard deviations.
[Package bdsm version 0.2.1 Index]