Description Usage Arguments Value Examples
Convert the outputs of the input model into a data.frame.
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)
|
M |
a model object |
A data.frame of model outputs
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.