Project new observations onto previously fitted PLS–Cox components.
big_pls_cox_transform(
X,
means,
sds,
weights,
loadings,
comps = seq_len(ncol(weights))
)A numeric matrix of scores with one row per observation in X
and one column per requested component.
New data: a numeric matrix or a bigmemory::big.matrix.
Column means used to center the original predictors.
Column standard deviations used to scale the original predictors.
PLS weight matrix (p x ncomp) from a fitted model.
PLS loading matrix (p x ncomp) from a fitted model.
Integer vector of component indices to return (1-based).