find.prog.stats {SubgrpID} | R Documentation |
find.prog.stats
Description
Find prognostic stats from response and prediction vector
Usage
find.prog.stats(data, yvar, type, censorvar)
Arguments
data |
data frame with response and prediction vector |
yvar |
response variable name |
type |
data type - "c" - continuous , "b" - binary, "s" - time to event - default = "c". |
censorvar |
censoring variable name |
Details
Find prognostic stats from response and prediction vector
Value
a data frame of predictive statistics
[Package SubgrpID version 0.12 Index]