sTarget: Definition for S3 class 'sTarget'

Description Usage Arguments Value Examples

View source: R/ClassMethod-Pi.r

Description

sTarget mush have following components: priority, predictor, performance, importance, evidence.

Usage

1
2
3
4
sTarget(priority, predictor, performance, importance, evidence)

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

Arguments

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 sTarget

...

other parameters

Value

an object of S3 class sTarget

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: 
sTarget(priority, predictor, performance, importance, evidence)

## End(Not run)

Pi documentation built on Nov. 26, 2020, 2:01 a.m.