test_dat
for uhc_prep()
Internal function to check and format test_dat
prep_test_dat(object, test_dat, verbose = TRUE)
[glm, fit_logit, fit_clogit]
A fitted RSF or (i)SSF model.
Should be fit to training dataset separate from the testing data.
[data.frame]
A data.frame
with testing data from
which to sample test points. Should be separate from the data used to train
the model passed to object
.
[logical]
Should messages be displayed (TRUE
) or not
(FALSE
)?