Learn R Programming

frbs (version 1.0-0)

SBC.test: SBC prediction phase

Description

This function is the internal function of the SBC method to compute the predicted values.

Usage

SBC.test(object, newdata)

Arguments

object
newdata
a matrix(m x n) of data for the prediction process, where m is the number of instances and n is the number of input variables.

See Also

SBC