Supported Supervised Screening
Source:R/class_Screener.R
list_supported_supervised_screening_methods.RdThis function returns a data.frame containing the currently
supported supervised screening methods.
Value
A data.frame with 3 columns:
idcontains the id used in renoir for the supervised screening method (e.g. 'ebayes')
namecontains a short description of the method (e.g. 'empirical Bayes moderated t-statistics test')
Details
The currently implemented supervised screening methods are returned in a data.frame.
If resp.type and y are provided, only the metrics supported for the given response
are returned.