pplscv_cpp {resemble} | R Documentation |
For internal use only!.
pplscv_cpp(X, Y, scale, method, mindices, pindices, minF, ncomp, newX, maxiter, tol, waplsgrid)
X |
a |
Y |
a |
scale |
a logical indicating whether the matrix of predictors ( |
method |
the method used for regression. One of the following options: |
mindices |
a |
pindices |
a |
minF |
an integer indicating the number of minimum pls components (if the |
ncomp |
an integer indicating the number of pls components. |
newX |
a |
maxiter |
maximum number of iterations. |
tol |
limit for convergence of the algorithm in the nipals algorithm. |
waplsgrid |
the grid on which the search for the best combination of minimum and maximum pls factors of |
a list containing the following one-row matrices:
rmse.seg
the RMSEs.
st.rmse.seg
the standardized RMSEs.
rsq.seg
the coefficients of determination.
Leonardo Ramirez-Lopez