predictMCMC: Generic for calculating predictions with uncertainty from...

View source: R/predictMCMC.R

predictMCMCR 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 env_conditions. By default, . ~ time.


biogrowth documentation built on Aug. 19, 2023, 1:06 a.m.