Closed bcjaeger closed 10 months ago
It would be nice to do something like:
fit_spec <- orsf(time+status~., na_action = 'na_impute_meanmode', n_tree = 10, no_fit = TRUE) orsf_train(fit_spec, data = pbc) orsf_train(fit_spec, data = flchain)
fixed by orsf_update()
orsf_update()
It would be nice to do something like: