Learn R Programming

fitode: Fitting ordinary differential equations (ODE) models in R

devtools::install_github("parksw3/fitode")

Copy Link

Version

Install

install.packages('fitode')

Monthly Downloads

39

Version

0.1.1

License

GPL (>= 2)

Maintainer

Sang Woo Park

Last Published

October 29th, 2022

Functions in fitode (0.1.1)

Eval,loglik.ode-method

Evaluate the log-likelihood model
apply_link

Apply link functions to model parameters
coef,fitodeMCMC-method

Extract model coefficients from fitodeMCMC objects
logLik,fitode-method

Extract log-likelihood
coef,fitode-method

Extract model coefficients from fitode objects
predict,fitodeMCMC-method

Prediction function for fitodeMCMC objects
summary,fitodeMCMC-method

Summarize fitodeMCMC object
prior.ode-class

Class representing prior models used to fit ode models
Transform,odemodel-method

Transform the model
Transform

S4 generic for transforming an object
tumorgrowth

Tumor growth data
blowfly

Nicholson's blowfly data
Transform,prior.ode-method

Transform the prior model
jacobian

S4 generic for computing a jacobian
Eval

S4 generic for evaluating an object
SierraLeone2014

Data from 2014 Sierra Leone Ebola epidemic
fitode-class

Class "fitode". Result of ode fitting based on Maximum Likelihood Estimation
Transform,loglik.ode-method

Transform the model
fitode

Fit ordinary differential equations model
profile,fitode-method

Profile fitode objects
hessian

S4 generic for computing a hessian
ode.sensitivity

Calculate the derivative of the mean expression
make_prior

Make a list containing log prior density and its gradient
check_link

Check link functions
initialize,loglik.ode-method

The initializer for loglik.ode
fitodeMCMC-class

Class "fitodeMCMC". Result of ode fitting based on Markov Chain Monte Carlo (MCMC)
simulate,fitode-method

simulate fitode objects
select_model

Select a log-likelihood model
show,odemodel-method

Show the model
fitodeMCMC

Fit ordinary differential equations model using MCMC
dfun

Taylor expansion of digamma(a+b) for a>>b
confint,fitode-method

Calculate confidence intervals from fitode objects for model parameters and their transformations
dfun2

Taylor expansion of trigamma(a+b) (?) for a>>b
grad,odemodel-method

Evaluate the gradients of a model
grad

S4 generic for computing a gradient
confint,fitodeMCMC-method

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

Calculate the derivative of the log-likelihood function
loglik.ode-class

Class representing log-likelihood models used to fit ode models
initialize,solution.ode-method

Constructor for solution.ode class
jacobian,odemodel-method

Evaluate the jacobian of the gradients
plot_internal

Internal function for plotting methods
initialize,odemodel-method

Constructor method of "odemodel" class
initialize,prior.ode-method

the initializer for prior.ode
plot,fitode,missing-method

Plot a fitode object
plot,fitodeMCMC,missing-method

Plot a fitodeMCMC object
vcov,fitode-method

Extract variance-covariance matrix from fitode objects
show,fitodeMCMC-method

Show fitodeMCMC object
solution.ode-class

Class "solution.ode". Result of solving ode modeld with/without sensitivity equations
stdEr,fitode-method

Extract standard error from fitode objects
vcov,fitodeMCMC-method

Extract variance-covariance matrix from fitodeMCMC objects
show,fitode-method

Show fitode objects
fixpar

Fix parameters of an ODE model
predict,fitode-method

Prediction function for fitode objects
ode.solve

solve ode models
grad,loglik.ode-method

Evaluate the gradient of a likelihood model
summary,fitode-method

Summarize fitode object
stdEr,fitodeMCMC-method

Extract standard error from fitodeMCMC objects
simulate,odemodel-method

simulate model objects
set_link

Set up link functions for model parameters
update,fitode-method

Update fitode fits
simulate_internal

Internal function for simulation models
update,fitodeMCMC-method

Update fitodeMCMC fits
odemodel-class

Class "odemodel" representing ode models
select_prior

Select a prior model