The BFmodel
is a general S4 class for representing models for comparison. The more classes
BFlinearModel
, BFindepSample
, and BFoneSample
inherit directly from BFmodel
.
Model type
a list uniquely identifying the model from other models of the same type
list giving appropriate prior settings for the model
a character vector whose names are possible columns in the data; elements specify the corresponding data type, currently one of c("fixed","random","continuous")
a short, readable identifying string
a longer, readable identifying string
object storing information about a previous analysis of this model
character string giving the version and revision number of the package that the model was created in