An S4 class to represent an OPLS model constructed with metabom8.
Slots
typeCharacter string indicating model type (e.g., "OPLS")
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)
t_orth_cvCross-validated orthogonal scores (matrix)
t_orthOrthogonal scores (matrix)
p_orthOrthogonal loadings (matrix)
w_orthOrthogonal weights (matrix)
nPCNumber of predictive components (numeric)
summaryModel performance metrics (data.frame)
X_orthOrthogonal part of X (matrix)
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:
PCA_metabom8-class,
PLS_metabom8-class