Learn R Programming

SurvRank (version 0.1)

fsSurvRankWang: Random Cox ranking function

Description

This function ranks the input features according to their mean significance in univariate cox models for a randomly selected subset of the data

Usage

fsSurvRankWang(x, y, bb = 400, ns = 80, ...)

Arguments

x
x matrix or data.frame
y
response y as a survival object, generated with Surv()
bb
repeatements of the bootstrap
ns
sample size per bootstrap
...
other arguments, not used now