predict-method {RFreak}R Documentation

Predict using new predictors

Description

Takes an individual from a GPAS object and predicts on the basis of new predictors.

Usage

## S4 method for signature 'GPAS':
predict(object,individual,preds)

Arguments

object Object of class GPAS
individual Number of the individual to use
preds New predictors

Value

Returns a vector with the new predictions.

Author(s)

Robin Nunkesser Robin.Nunkesser@tu-dortmund.de

See Also

"GPAS", GPASDiscrimination, GPASInteractions


[Package RFreak version 0.2-5 Index]