predict.rrfe: Predict Method for RRFE Fits

Description Usage Arguments Value Author(s) Examples

View source: R/RRFE.R

Description

Obtains predictions from a fitted RRFE object.

Usage

1
2
  ## S3 method for class 'rrfe'
predict(object, newdata, type = "response", ...)

Arguments

object

a fitted object of class inheriting from 'rrfe'

newdata

a matrix with variables to predict

type

response gives the predictions class gives the predicted classes.

...

currently ignored.

Value

the predictions.

Author(s)

Marc Johannes JohannesMarc@gmail.com

Examples

1
2
3
4
5
6
7
## Not run: 
library(pathClass)
data(example_data)
fit = fit.rrfe(x[1:5,], y[1:5], DEBUG=T, mapping=mapping, Gsub=adjacency.matrix)
predict(fit, newdata=x[6:10,])

## End(Not run)

pathClass documentation built on May 29, 2017, 11:44 p.m.