test.survRiskPredict {survriskpred}R Documentation

Test survRiskPredict() function

Description

This function will load a test dataset and use it run survRiskPredict function.

Usage

test.survRiskPredict(dataset = c("Pomeroy", "Perou"), projectPath,
  outputName = "SurvivalRiskPrediction", generateHTML = FALSE)

Arguments

dataset

character string specifying one of "Perou" or "Pomeroy" datasets.

projectPath

character string specifying the project path. Default is C:/Users/UserName/Documents/<dataset>.

outputName

character string for the output folder name.

generateHTML

logical. If TRUE, an html page will be generated with detailed prediction results.

Value

A list as returned by survRiskPredict.

See Also

survRiskPredict

Examples

test.survRiskPredict("Pomeroy")

[Package survriskpred version 0.2 Index]