ap.plot | R Documentation |
This function provides the actual versus predicted and actual versus residuals plot as part of a model assessment
ap.plot(object, ncomp = object$ncomp, verbose = FALSE)
object |
an object of class |
ncomp |
number of components used in the model assessment |
verbose |
output results as a data frame |
This function provides the actual versus predicted and residuals versus predicted plot as part of model a assessment across the desired number of latent variables. A smooth fit (dashed line) is added in order to detect curvature in the fit.
The output of ap.plot
is a two facet graph for actual versus predicted and residuals versus predicted plots.
Nelson Lee Afanador (nelson.afanador@mvdalab.com)
plsFit
data(Penta) mod1 <- plsFit(log.RAI ~., scale = TRUE, data = Penta[, -1], ncomp = 2, validation = "loo") ap.plot(mod1, ncomp = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.