confint,fitodeMCMC-method {fitode}R Documentation

Calculate credible intervals from fitodeMCMC objects for model parameters and their transformations

Description

Calculate credible intervals for model parameters and their transformations from posterior samples.

Usage

## S4 method for signature 'fitodeMCMC'
confint(object, parm, level = 0.95)

Arguments

object

fitodeMCMC object

parm

character vector specifying model parameters or list of formuals specifying transformations

level

the credible level required

Value

The credible intervals of the fitodeMCMC object


[Package fitode version 0.1.1 Index]