- object
A spBFA model object for which predictions
are desired from.
- NewTimes
A numeric vector including desired time(s) points for prediction.
- NewX
A matrix including covariates at times NewTimes for prediction.
NewX must have dimension (M x O x NNewVistis) x P. Where NNewVisits is the number of temporal
locations being predicted. The default sets NewX to NULL, which assumes that the covariates for all predictions
are the same as the final time point.
- NewTrials
An array indicating the trials for categorical predictions. The array must have dimension M x C x NNewVisits
and contain only non-negative integers. The default sets NewTrials to NULL, which assumes the trials for all predictions
are the same as the final time point.
- type
A character string indicating the type of prediction, choices include "temporal" and "spatial". Spatial prediction has not been implemented yet.
- Verbose
A boolean logical indicating whether progress should be output.
- seed
An integer value used to set the seed for the random number generator
(default = 54).
- ...
other arguments.