Skip to contents

This function use the df_pred to make a prediction for a naivePLS object.

Usage

naivePLS_predict(
  naive_pls_obj,
  df_predict_list,
  regul_time_obj = NULL,
  curve_type_obj = NULL,
  id_col_obj = "id",
  time_col_obj = "time"
)

Arguments

naive_pls_obj

a list of a naivePLS object

df_predict_list

a list of dataframe (id, time, state_or_value)

regul_time_obj

a list of time regularization values

curve_type_obj

a list of curves types 'cat' or 'num'

id_col_obj

a list of id column names

time_col_obj

a list of time column names

Value

a numeric vector

Author

Francois Bassac