An S4 class to represent a PLS model constructed with metabom8.
Slots
typeCharacter string indicating model type (e.g., "PLS")
t_predPredictive component scores (matrix)
p_predPredictive loadings (matrix)
w_predPredictive weights (matrix)
betas_predRegression coefficients (numeric)
QpcPredicted Y values per component (matrix)
t_pred_cvCross-validated predictive scores (matrix)
nPCNumber of predictive components (numeric)
summaryModel performance metrics (data.frame)
Y_resResiduals of Y (matrix)
X_resResiduals of X (matrix)
X_meanMean of each feature in X (numeric)
X_sdStandard deviation of each feature in X (numeric)
Y_meanMean of Y (numeric)
Y_sdStandard deviation of Y (numeric)
ParametersList of parameters used during training
XOriginal input data (matrix)
X_scaledScaled version of X (matrix)
YTarget variable (list)
See also
Other NMR & MS:
OPLS_metabom8-class,
PCA_metabom8-class