If screened features are from multi-response data, this function allows to adopt different strategies.
Usage
multiresponse_screener(
screened,
multi = c("max", "average", "sum", "raw"),
coef = NULL
)Arguments
- screened
vector or matrix containing the significance for the screened features
- multi
what to do when response has multiple output values
maxfor each feature, the maximal significance value across responses is kept
averagesignificances of multiple outputs are averaged to get a single value for each feature
sumsignificances of multiple outputs are summed up to get a single value for each feature
rawfor each feature, returns one score for each output
- coef
(optional) integer value indicating the response to keep