Skip to contents

Visualise the variability of latent scores obtained through pls_bootstrap() when return_scores = TRUE.

Usage

plot_pls_bootstrap_scores(
  boot_result,
  components = NULL,
  observations = NULL,
  ...
)

Arguments

boot_result

Result returned by pls_bootstrap().

components

Optional vector of component indices or names to include.

observations

Optional vector of observation indices or names to include.

...

Additional arguments passed to graphics::boxplot().

Value

Invisibly returns NULL after drawing the boxplots.