u.eppls | R Documentation |
This function outputs dimensions selected by Bayesian information criterion (BIC) for the Envelope-based Partial Partial Least Squares.
u.eppls(X1, X2, Y)
X1 |
An |
X2 |
An |
Y |
An |
u.bic |
Dimension of the Envelope-based Partial Partial Least Squares. |
bic.seq |
BIC value for dimension from |
Park, Y., Su, Z. and Chung, D. (2022+) Envelope-based Partial Partial Least Squares with Application to Cytokine-based Biomarker Analysis for COVID-19.
data(amitriptyline)
Y <- amitriptyline[ , 1:2]
X1 <- amitriptyline[ , 4:7]
X2 <- amitriptyline[ , 3]
u <- u.eppls(X1, X2, Y)
u
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.