Predictions for a single timepoint and subject
model_predict_step.RdThis make predictions for all taxa for a single timestep ahead in one subject. It loops over the trained boosting models for each taxon predicts a single value for each.
Arguments
- ts_inter
A new
ts_inter_singleobject over which to perform prediction. This method will make predictions for every timepoint that appears in the@interventionsslot but not the@values. This is assumed to be a single subject from a largerts_interobject.- fit
An object of class
mbtransfer_model, as generated using thembtransferfunction. This includes trained boosting models for every taxon, stored within the@parametersslot.- lags
A vector specifying
PandQin the trained mbtransfer model.- subject
A static data frame of subject-level variables. This will be concatenated to time-varying intervention and taxonomic covariates when making predictions. This is analogous to the training process.