Visualise the variability of latent scores obtained through
pls_bootstrap() when return_scores = TRUE.
plot_pls_bootstrap_scores(
boot_result,
components = NULL,
observations = NULL,
...
)Invisibly returns NULL after drawing the boxplots.
Result returned by pls_bootstrap().
Optional vector of component indices or names to include.
Optional vector of observation indices or names to include.
Additional arguments passed to graphics::boxplot().