sTarget | R Documentation |
sTarget
sTarget
mush have following components: priority, predictor,
performance, importance, evidence.
sTarget(priority, predictor, performance, importance, evidence) ## S3 method for class 'sTarget' print(x, ...)
priority |
a data frame |
predictor |
a data frame |
performance |
a data frame |
importance |
a data frame |
evidence |
an 'eTarget' object |
x |
an object of class |
... |
other parameters |
an object of S3 class sTarget
## Not run: # Load the library library(Pi) ## End(Not run) RData.location <- "http://galahad.well.ox.ac.uk/bigdata_dev" ## Not run: sTarget(priority, predictor, performance, importance, evidence) ## End(Not run)