as_data_frame: Convert to data.frame

Description Usage Arguments Value Examples

Description

Convert the outputs of the input model into a data.frame.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'filter_na_count'
as_data_frame(M)

## S4 method for signature 'ttest'
as_data_frame(M)

## S4 method for signature 'wilcox_test'
as_data_frame(M)

Arguments

M

a model object

Value

A data.frame of model outputs

Examples

1
2
3
4
D = iris_DatasetExperiment()
M = filter_na_count(threshold=50,factor_name='Species')
M= model_apply(M,D)
df = as_data_frame(M)

structToolbox documentation built on Nov. 8, 2020, 6:54 p.m.