as_data_frame | R Documentation |
Convert the outputs of the input model into a data.frame.
## 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)
M |
a model object |
A data.frame of model outputs
D = iris_DatasetExperiment()
M = filter_na_count(threshold=50,factor_name='Species')
M= model_apply(M,D)
df = as_data_frame(M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.