powered by
Simple utilities retrieving variable names and design matrix from a bma object
# S3 method for bma variable.names(object, ...)
A bma object (as produced by bms)
bma
bms
further arguments passed to or from other methods
All functions are bma-functions for the generic methods variable.names, deviance, and model.frame.
variable.names
deviance
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
Run the code above in your browser using DataLab