as.data.frame.mc3 {BMA}R Documentation

Type conversion and indexing for mc3 object

Description

Allows for converting an mc3 object to a .data.frame and indexing on mc3 objects

Usage

as.data.frame.mc3(x, ...)

x[i,...]
x[i,j, ...]

Arguments

x object of type mc3
i,j elements to extract from an mc3 object
... other parameters to be passed to [.data.frame

Details

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.

Value

an object of class .data.frame

Note

Author(s)

Ian Painter

References

See Also

MC3.REG, [.data.frame

Examples



[Package BMA version 3.03 Index]