The BFprobability
class is a general S4 class for representing models model comparison via prior or posterior probabilities.
# S4 method for BFprobability,numeric
/(e1, e2)# S4 method for BFprobability,numeric
-(e1, e2)
# S4 method for BFprobability,index,missing,missing
[(x, i, j, ..., drop = TRUE)
# S4 method for BFprobability,character
filterBF(x, name, perl = FALSE, fixed = FALSE, ...)
BFprobability object
new normalization constant
BFprobability object
indices indicating elements to extract
unused for BFprobability objects
further arguments passed to related methods
unused
regular expression to search name
logical. Should perl-compatible regexps be used? See ?grepl for details.
logical. If TRUE, pattern is a string to be matched as is. See ?grepl for details.
A BFodds object containing the models from which to compute the probabilities
the sum of the probabilities of all models (will often be 1.0)
character string giving the version and revision number of the package that the model was created in