powered by
Functions to extract 2D graphical coefficients information from mvdalab objects.
mvdalab
coefficientsplot2D(object, comps = c(1, 2), verbose = FALSE)
an mvdareg object.
mvdareg
a vector of length 2 corresponding to the number of components to include.
output results as a data frame
Nelson Lee Afanador (nelson.afanador@mvdalab.com)
coefficientsplot2D is used to extract a graphical summary of the coefficients of a PLS model. If comp is missing (or is NULL), a graphical summary for the 1st and 2nd components is returned.
coefficientsplot2D
comp
missing
NULL
loadingsplot2D, weightsplot2D
loadingsplot2D
weightsplot2D
data(Penta) mod1 <- plsFit(log.RAI ~., scale = TRUE, data = Penta[, -1], ncomp = 2, validation = "loo") coefficientsplot2D(mod1, comp = c(1, 2))
Run the code above in your browser using DataLab