A list of the estimated PLS and LM prediction results:
PLS_out_of_sampleA matrix of the out-of-sample indicator predictions generated by the SEMinR model.
PLS_in_sampleA matrix of the in-sample indicator predictions generated by the SEMinR model.
lm_out_of_sampleA matrix of the out-of-sample indicator predictions generated by a linear regression model.
lm_in_sampleA matrix of the in-sample indicator predictions generated by a linear regression model.
item_actualsA matrix of the actual indicator scores.
PLS_out_of_sample_residualsA matrix of the out-of-sample indicator PLS prediction residuals.
PLS_in_sample_residualsA matrix of the in-sample indicator PLS prediction residuals.
lm_out_of_sample_residualsA matrix of the out-of-sample LM indicator prediction residuals.
lm_in_sample_residualsA matrix of the in-sample LM indicator prediction residuals.
mmMatrixA Matrix of the measurement model relations.
smMatrixA Matrix of the structural model relations.
constructsA vector of the construct names.
mmVariablesA vector of the indicator names.
outer_loadingsThe matrix of estimated indicator loadings.
outer_weightsThe matrix of estimated indicator weights.
path_coefThe matrix of estimated structural model relationships.
iterationsA numeric indicating the number of iterations required before the algorithm converged.
weightDiffA numeric indicating the minimum weight difference between iterations of the algorithm.
construct_scoresA matrix of the estimated construct scores for the PLS model.
rSquaredA matrix of the estimated R Squared for each construct.
inner_weightsThe inner weight estimation function.
dataA matrix of the data upon which the model was estimated (INcluding interactions.
rawdataA matrix of the data upon which the model was estimated (EXcluding interactions.
measurement_modelThe SEMinR measurement model specification.