predict.clearCode34: clear code 34 subtypes

Usage Arguments Examples

Usage

1
predict.clearCode34(model = clearCode34(), newdata)

Arguments

model
newdata

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (model = clearCode34(), newdata) 
{
    pred <- pamr.predict(model, scale(test), 0)
    posteriors <- pamr.predict(model, scale(test), 0, type = "posterior")
    return(list(class = pred, posterior = posteriors))
  }

aedin/KidneyCancerSubtypes documentation built on May 10, 2019, 7:28 a.m.