
Last chance! 50% off unlimited learning
Sale ends in
This function peforms a 1st order test of the Residual Significant Multivariate Correlation Matrix in order to help determine if the smc
should be performed correcting for 1st order autocorrelation.
smc.acfTest(object, ncomp = object$ncomp)
The output of smc.acfTest
is a list detailing the following:
variable for whom the test is being performed
value of the 1st lag of the ACF
Assessment of the statistical significance of the 1st order lag
an object of class mvdareg
, i.e. plsFit
.
the number of components to include in the acf assessment
Nelson Lee Afanador (nelson.afanador@mvdalab.com)
This function computes a test for 1st order auto correlation in the smc
residual matrix.
Thanh N. Tran, Nelson Lee Afanador, Lutgarde M.C. Buydens, Lionel Blanchet, Interpretation of variable importance in Partial Least Squares with Significance Multivariate Correlation (sMC). Chemom. Intell. Lab. Syst. 2014; 138: 153:160.
Nelson Lee Afanador, Thanh N. Tran, Lionel Blanchet, Lutgarde M.C. Buydens, Variable importance in PLS in the presence of autocorrelated data - Case studies in manufacturing processes. Chemom. Intell. Lab. Syst. 2014; 139: 139:145.
data(Penta)
mod1 <- plsFit(log.RAI ~., scale = TRUE, data = Penta[, -1],
ncomp = 2, validation = "loo")
smc.acfTest(mod1, ncomp = 2)
Run the code above in your browser using DataLab