cTarget: Definition for S3 class 'cTarget'

Description Usage Arguments Value Examples

View source: R/ClassMethod-Pi.r

Description

cTarget has 2 components: priority and predictor.

Usage

1
2
3
4
cTarget(priority, predictor)

## S3 method for class 'cTarget'
print(x, ...)

Arguments

priority

a data frame

predictor

a data frame

x

an object of class cTarget

...

other parameters

Value

an object of S3 class cTarget

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# Load the library
library(Pi)

## End(Not run)
RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run: 
cTarget(priority, predictor)

## End(Not run)

Pi documentation built on Nov. 29, 2021, 3 p.m.