wmacnair/psupertime

predict on new data

Opened this issue · 2 comments

Hi,
May I ask how to make predictions for the new independent data? I think it should be:
score = t(new_data_x) %*% psuper_obj$beta_dt$beta
And they compare the score with psuper_obj$cuts_dt to get predictions. Could you confirm that?
Is there an existing function for this purpose?

Thank you for your time and efforts!
Gang

Hello, have you solved this problem yet? thanks

Unfortunately no