An object returned by penalized.pls.cv, containing the jackknife array coefficients.jackknife.
ncomp
Integer. Number of PLS components to use. Default is ppls.object$ncomp.opt.
index.lambda
Integer. Index of the penalty parameter lambda to use. Default is ppls.object$index.lambda.
Details
This function calls jack.ppls to estimate:
The mean of the jackknife coefficients (point estimates),
The covariance matrix (for standard errors),
The degrees of freedom, equal to k - 1, where k is the number of cross-validation folds.
It then performs standard two-sided t-tests:
$$t_j = \frac{\hat{\beta}_j}{\text{SE}_j}, \quad \text{df} = k - 1$$
and computes associated p-values.
These p-values can be used for variable selection or inference, although they are based on cross-validation folds and should be interpreted with caution.