| fitodeMCMC-class | R Documentation |
Class "fitodeMCMC". Result of ode fitting based on Markov Chain Monte Carlo (MCMC)
call(languge) The call to fitodeMCMC
modelodemodel object
datathe time series data
coefestimated parameters (posterior median)
vcovestimated variance-covariance matrix
mcmcmcmc.list object containing posterior samples
lpmcmc.list object containing log-posterior values of posterior samples
linklist of link functions for model parameters
fixedlist of fixed parameters
priorlist of priors
detailsa list containing miscellaneous objects for internal uses
signature(object = "fitodeMCMC"): Extract median of the posterior.
signature(object = "fitodeMCMC"): Caculate credible intervals
from the posterior.
signature(object = "fitodeMCMC"): Plot estimated trajectories
and the associated confidence intervals.
signature(object = "fitodeMCMC"): Predict estimated
trajectories and the associated confidence intervals from the posterior.
signature(object = "fitodeMCMC"): Display object briefly.
signature(object = "fitodeMCMC"): Calculate standard errors
of the posterior.
signature(object = "fitodeMCMC"): Generate object summary.
signature(object = "fitodeMCMC"): Extract
variance-covariance matrix of the posterior.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.