cTarget | R Documentation |
cTarget
cTarget
has 2 components: priority and predictor.
cTarget(priority, predictor) ## S3 method for class 'cTarget' print(x, ...)
priority |
a data frame |
predictor |
a data frame |
x |
an object of class |
... |
other parameters |
an object of S3 class cTarget
## Not run: # Load the library library(Pi) ## End(Not run) RData.location <- "http://galahad.well.ox.ac.uk/bigdata_dev" ## Not run: cTarget(priority, predictor) ## End(Not run)