Description Usage Arguments Value
View source: R/marginal_loglik.R
Checks marginal loglik for different numbers of nodes
1 | check_n_nodes(fit, min_nodes = 1, max_nodes = 8, cores = 4)
|
fit |
birtmsfit object |
min_nodes |
int; minimal nodenumber is 2^(min_nodes+1)+1 |
max_nodes |
int; maximum nodenumber is 2^(max_nodes+1)+1 |
cores |
int; number of CPU cores used for parallel processing |
list to use with birtms::plot_check_n_nodes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.