u.eppls {Renvlp} | R Documentation |
Select the dimension of eppls
Description
This function outputs dimensions selected by Bayesian information criterion (BIC) for the Envelope-based Partial Partial Least Squares.
Usage
u.eppls(X1, X2, Y)
Arguments
X1 |
An |
X2 |
An |
Y |
An |
Value
u.bic |
Dimension of the Envelope-based Partial Partial Least Squares. |
bic.seq |
BIC value for dimension from |
References
Park, Y., Su, Z. and Chung, D. (2022+) Envelope-based Partial Partial Least Squares with Application to Cytokine-based Biomarker Analysis for COVID-19.
Examples
data(amitriptyline)
Y <- amitriptyline[ , 1:2]
X1 <- amitriptyline[ , 4:7]
X2 <- amitriptyline[ , 3]
u <- u.eppls(X1, X2, Y)
u
[Package Renvlp version 3.4.5 Index]