Learn R Programming

SurvRank (version 0.1)

fsSurvRankRandCox: Random Cox ranking function

Description

This function ranks the input features according to their median significance in cox models with randomly selected nmax variables

Usage

fsSurvRankRandCox(x, y, bb = 500, ...)

Arguments

x
x matrix or data.frame
y
response y as a survival object, generated with Surv()
bb
set to 500. Number of random subsamples
...
other arguments, not used now