MachineShop (version 3.7.0)

as.data.frame: Coerce to a Data Frame

Description

Functions to coerce objects to data frames.

Usage

# S3 method for ModelFrame
as.data.frame(x, ...)

# S3 method for Resample as.data.frame(x, ...)

# S3 method for TabularArray as.data.frame(x, ...)

Value

data.frame class object.

Arguments

x

ModelFrame, resample results, resampled performance estimates, model performance differences, or t-test comparisons of the differences.

...

arguments passed to other methods.