Learn R Programming

biogrowth (version 1.0.8)

predictMCMC_coupled: Generic for calculating predictions with uncertainty from fits

Description

Generic for calculating predictions with uncertainty from fits

Usage

predictMCMC_coupled(model, niter, newdata = NULL, includecorr = TRUE)

Arguments

model

An instance of FitCoupledGrowth

niter

number of MC simulations

newdata

a tibble (or data.frame) with two columns (time and temperature) for the prediction. By default, NULL (the fitting conditions)

includecorr

whether to include parameter correlation (TRUE by default)