as.data.frame: Coerce to a Data Frame

as.data.frameR 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

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

...

arguments passed to other methods.

Value

data.frame class object.


MachineShop documentation built on Sept. 18, 2023, 5:06 p.m.