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