plsr_qq_plot | R Documentation |
A plot of the quantiles of the residuals from a PLSR model against the quantiles of a normal distribution.
plsr_qq_plot(ycol = 1, ...)
ycol |
(numeric, integer, character) The y-block column to plot. The default is |
... |
Additional slots and values passed to |
A
plsr_qq_plot
object. This object has no output
slots.
See chart_plot
in the struct
package to plot this chart object.
A plsr_qq_plot
object inherits the following struct
classes:
[plsr_qq_plot]
>> [chart]
>> [struct_class]
M = plsr_qq_plot(
ycol = 1)
C = plsr_qq_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.