as.data.frame {MachineShop} | R Documentation |
Coerce to a Data Frame
Description
Functions to coerce objects to data frames.
Usage
## S3 method for class 'ModelFrame'
as.data.frame(x, ...)
## S3 method for class 'Resample'
as.data.frame(x, ...)
## S3 method for class 'TabularArray'
as.data.frame(x, ...)
Arguments
x |
|
... |
arguments passed to other methods. |
Value
data.frame
class object.
[Package MachineShop version 3.7.0 Index]