BMSC_loo_compare {bmscstan}R Documentation

bmscstan wrapper for model comparison.

Description

bmscstan wrapper for model comparison.

Usage

BMSC_loo_compare(x, ...)

## S3 method for class 'loo_compare_BMSC'
print(x, simplify = TRUE, ...)

## S3 method for class 'waic_compare_BMSC'
print(x, simplify = TRUE, ...)

Arguments

x

A list of loo_BMSC or waic_BMSC objects.

...

further arguments passed to the function.

simplify

For the print method only, should only the essential columns of the summary matrix be printed? The entire matrix is always returned, but by default only the most important columns are printed.

Value

a list with the log likelihood of the single case and the control group, the MCMC effective sample size divided by the total sample size, and the leave-one-out cross-validation.


[Package bmscstan version 1.2.1.0 Index]