Package: fitode
Type: Package
Title: Tools for Ordinary Differential Equations Model Fitting
Version: 0.1.1
Authors@R: c(
    person("Sang Woo", "Park", role=c("aut","cre"),
    email="swp2@princeton.edu",
    comment=c(ORCID="0000-0003-2202-3361")),
    person("Ben","Bolker", role="aut",
	comment=c(ORCID="0000-0002-2127-0443"))
	)
Description: Methods and functions for fitting ordinary differential equations (ODE) model in 'R'. Sensitivity equations are used to compute the gradients of ODE trajectories with respect to underlying parameters, which in turn allows for more stable fitting. Other fitting methods, such as MCMC (Markov chain Monte Carlo), are also available.
License: GPL (>= 2)
Depends: R (>= 4.0), bbmle
Imports: deSolve, Deriv, MASS, numDeriv, mvtnorm, coda, methods
Suggests: knitr, ggplot2, testthat (>= 3.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-10-26 16:53:41 UTC; swp2
Author: Sang Woo Park [aut, cre] (<https://orcid.org/0000-0003-2202-3361>),
  Ben Bolker [aut] (<https://orcid.org/0000-0002-2127-0443>)
Maintainer: Sang Woo Park <swp2@princeton.edu>
Repository: CRAN
Date/Publication: 2022-10-29 08:50:05 UTC
Built: R 4.4.3; ; 2025-10-21 13:00:42 UTC; windows
