Rdocumentation
powered by
Learn R Programming
rsig (version 1.0)
predict.rsig: Make Prediction
Description
Return risk prediction on new data.
Usage
"predict" (object, newdata, ...)
Arguments
object
[
rsig
] An output object from rsig, see
rsig
.
newdata
[
data.frame
] Data frame or matrix of input data (rows: examples, columns: features).
...
[ANY] Additional arguments, currently ignored.
Value
Risk prediction on new data.
See Also
rsig
,
rsig.eval
,
rsig.all