plsr_qq_plot: PLSR QQ plot

View source: R/PLSR_class.R

plsr_qq_plotR Documentation

PLSR QQ plot

Description

A plot of the quantiles of the residuals from a PLSR model against the quantiles of a normal distribution.

Usage

plsr_qq_plot(ycol = 1, ...)

Arguments

ycol

(numeric, integer, character) The y-block column to plot. The default is 1.

...

Additional slots and values passed to struct_class.

Value

A plsr_qq_plot object. This object has no output slots. See chart_plot in the struct package to plot this chart object.

Inheritance

A plsr_qq_plot object inherits the following struct classes:

⁠[plsr_qq_plot]⁠ >> ⁠[chart]⁠ >> ⁠[struct_class]⁠

Examples

M = plsr_qq_plot(
      ycol = 1)

C = plsr_qq_plot()

computational-metabolomics/structToolbox documentation built on Feb. 12, 2024, 2:15 a.m.