as.data.frame.mc3 {BMA} | R Documentation |
Allows for converting an mc3
object to a .data.frame
and indexing on mc3
objects
as.data.frame.mc3(x, ...) x[i,...] x[i,j, ...]
x |
object of type mc3 |
i,j |
elements to extract from an mc3 object |
... |
other parameters to be passed to [.data.frame |
as.data.frame
converts an object of class "mc3" to a dataframe.
Indexing on an object of class "mc3" is achieved by first converting the object to a dataframe.
an object of class .data.frame
Ian Painter