I'm using package pls to perform partial least squares regression. Data is four spectra (13178 intensity measurements each) that correspond to 4 concentrations.
out <- plsr(concentration ~ intensity, ncomp=2, data=libs, validation = "LOO") Does the package have a command to calculate limits of detection? I have seen conflicting descriptions on how to do this in the literature. Thanks, Alonso. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.