modSel,ubmsFitList-method {ubms}R Documentation

Model Selection For a List of ubmsFit Models

Description

Construct a model selection table from a ubmsFitList

Usage

## S4 method for signature 'ubmsFitList'
modSel(object, ...)

Arguments

object

An object of class ubmsFitList

...

Currently ignored

Value

A data.frame of model fit information with one row per model in the input ubmsFitList. Models are ranked in descending order by expected log pointwise predictive density (elpd).

See Also

loo, loo_compare


[Package ubms version 1.2.6 Index]