fsPropd
selects features using the propd
function
from the propr
package.
fsPropd(object, top = 0)
Specifies the ExprsArray
object to undergo feature selection.
A numeric scalar or character vector. A numeric scalar indicates
the number of top features that should undergo feature selection. A character vector
indicates specifically which features by name should undergo feature selection.
Set top = 0
to include all features. A numeric vector can also be used
to indicate specific features by location, similar to a character vector.
Returns an ExprsArray
object.