is_marg_liks {mcbette} | R Documentation |
Determine if the marg_liks
is valid
Description
Determine if the marg_liks
is valid
Usage
is_marg_liks(marg_liks, verbose = FALSE)
Arguments
marg_liks |
a table of (estimated) marginal likelihoods, as, for example, created by est_marg_liks. This data.frame has the following columns:
Use get_test_marg_liks to get a test |
verbose |
if TRUE show debug output |
Value
TRUE if the argument is a valid marg_liks
,
FALSE otherwise