plot.wrtpls | R Documentation |
mvdareg
Object with method = "bidiagpls"
This takes an mvdareg
object fitted with method = "bidiagpls"
and produces a graph of the bootstrap distribution and its corresponding normal quantile plot for a variable of interest.
## S3 method for class 'wrtpls' plot(x, comp = 1:object$ncomp, distribution = "log", ...)
x |
an object of class |
comp |
number of latent variables to generate the permutation distribution |
distribution |
plot the |
... |
additional arguments. Currently ignored. |
The function generates the permutation distribution and normal quantile plot for a mvdareg
model when method = "bidiagpls"
is specified.
The output of plot.wrtpls
is a histogram of the permutation distribution with the following vertical line indicators.
Solid line = Actual Value; Dashed Line = Critical Value from t-distribution at the model specifed alpha; Dotted line = Quantile at the model specifed alpha
Nelson Lee Afanador (nelson.afanador@mvdalab.com)
bca.cis
data(Penta) mod1 <- plsFit(log.RAI ~., scale = TRUE, data = Penta[, -1], method = "wrtpls", validation = "none") ## Not run ## plot.wrtpls(mod1, distribution = "log")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.