predict_opls: Prediction function for the 'opls' and 'fopls' functions

View source: R/RcppExports.R

predict_oplsR Documentation

Prediction function for the opls and fopls functions

Description

Predicts response values based on a model generated by either by opls or the fopls functions. For internal use only!.

Usage

predict_opls(bo, b, ncomp, newdata, scale, Xscale)

Arguments

bo

a numeric value indicating the intercept.

b

the matrix of regression coefficients.

ncomp

an integer value indicating how may components must be used in the prediction.

newdata

a matrix containing the predictor variables.

scale

a logical indicating whether the matrix of predictors used to create the regression model was scaled.

Xscale

if scale = TRUE a matrix of one row with the values that must be used for scaling newdata.

Value

a matrix of predicted values.

Author(s)

Leonardo Ramirez-Lopez


resemble documentation built on April 21, 2023, 1:13 a.m.