Learn R Programming

matrixpls (version 0.7.0)

predict.matrixpls: Predict method for matrixpls results

Description

The matrixpls method for the generic function predict predict. Predicts the reflective indicators of endogenous latent variables using estimated model and data for the indicators of exogenous latent variables

Usage

## S3 method for class 'matrixpls':
predict(object, newdata, ...)

Arguments

object
matrixpls estimation result object produced by the matrixpls function.
newdata
A data frame or a matrix containing data used for prediction.
...
All other arguments are ignored.

Value

  • a matrix of predicted values for reflective indicators of endogenous latent variables.

References

Wold, H. (1974). Causal flows with latent variables: Partings of the ways in the light of NIPALS modelling. European Economic Review, 5(1), 67–86. doi:10.1016/0014-2921(74)90008-7

See Also

Other post-estimation functions: ave, cr, effects.matrixpls, fitSummary, fitted.matrixpls, gof, htmt, loadings.matrixpls, r2, residuals.matrixpls