predictMCMC {biogrowth} | R Documentation |
Generic for calculating predictions with uncertainty from fits
Description
Generic for calculating predictions with uncertainty from fits
Usage
predictMCMC(
model,
times,
env_conditions,
niter,
newpars = NULL,
formula = . ~ time
)
Arguments
model |
Fit object |
times |
see specific methods for each class |
env_conditions |
see specific methods for each class |
niter |
see specific methods for each class |
newpars |
see specific methods for each class |
formula |
A formula stating the column named defining the elapsed time in
|
[Package biogrowth version 1.0.4 Index]