Skip to contents

This function evaluate the beta regression functions of the multivariate functional PLS.

Usage

reg_curve_funcPLS_evaluation(
  mfpls_mfd,
  nb_comp_pls_opt,
  root_metric,
  new_basis_list,
  curve_names,
  print_steps = FALSE
)

Arguments

mfpls_mfd

a MFPLS model

nb_comp_pls_opt

the optimal number of components

root_metric

the root metric

new_basis_list

a list of basis fd objects

curve_names

a list of curves to keep

print_steps

a boolean to cat or not the steps

Value

a list of the betas per state

Author

Francois Bassac