Skip to contents

Boxplots of bootstrap coefficient distributions

Usage

plot_pls_bootstrap_coefficients(
  boot_result,
  responses = NULL,
  variables = NULL,
  ...
)

Arguments

boot_result

Result returned by pls_bootstrap().

responses

Optional character vector selecting response columns.

variables

Optional character vector selecting predictor variables.

...

Additional arguments passed to graphics::boxplot().

Value

Invisibly returns NULL after drawing the boxplots.