variable.names.bma {BMS} | R Documentation |
Simple utilities retrieving variable names and design matrix from a bma object
## S3 method for class 'bma'
variable.names(object, ...)
object |
A |
... |
further arguments passed to or from other methods |
All functions are bma
-functions for the generic methods
variable.names
, deviance
, and
model.frame
.
bms
for creating bma objects
Check http://bms.zeugner.eu for additional help.
data(datafls)
bma_enum=bms(datafls[1:20,1:10])
model.frame(bma_enum) # similar to
bma_enum$arguments$X.data
variable.names(bma_enum)[-1] # is equivalent to
bma_enum$reg.names