Generic for calculating predictions with uncertainty from fits
predictMCMC(
model,
times,
env_conditions,
niter,
newpars = NULL,
formula = . ~ time
)
Fit object
see specific methods for each class
see specific methods for each class
see specific methods for each class
see specific methods for each class
A formula stating the column named defining the elapsed time in
env_conditions
. By default, . ~ time.