Skip to contents

Run PLS from a Prepared or Saved Input

Usage

run_pls(
  x,
  pls_options = NULL,
  input_type = NULL,
  statistic = NULL,
  remap = NULL,
  progress = FALSE,
  ...
)

Arguments

x

A pls_spec, pipeline YAML/list, first-level preparation object, artifact root, or analysis plan.

pls_options

Optional PLS option overrides passed to prepare_pls when x is not already a pls_spec.

input_type

Optional first-level output type for artifact-root inputs.

statistic

Optional first-level statistic for artifact-root inputs.

remap

Optional alternative root for resolving moved relative paths.

progress

Logical; passed to run when running an in-memory pls_spec.

...

Additional arguments forwarded to run.

Value

A fitted PLS result object.