Predict from a fitted PLS-SEM model
A fitted PlsModel object.
Additional arguments passed to internal helpers.
Prediction approach. If approach = "earliest" (default), then
only indicators of exogenous benchmark.vars are used for prediction. If
approach = "direct", then all indicators are used.
Optional new data matrix/data frame.
Logical; standardize ordinal expectation scores.
Benchmark type(s). Either length 1 (recycled) or one entry
per indicator (optionally named). Supported: "r2", "rmse",
"mae", "q2_predict", "acc", "ord_mae".
What predictions should be benchmarked? If benchmark.vars = "endog"
(default), preidction benchmarks are applied to indicators of endogenous benchmark.vars.
If benchmark.vars = "exog", preidction benchmarks are applied to indicators
of exogenous benchmark.vars. If benchmark.vars = "all", preidction benchmarks are applied to
all of the indicators in the model.
A PlsSemPredict object with matrices and benchmark results.