Package: deFit
Type: Package
Title: Fitting Differential Equations to Time Series Data
Version: 0.2.1
Authors@R: c(person("Yueqin","Hu",email="yueqinhu@bnu.edu.cn",role=c("aut","cre")),
            person("Qingshan","Liu",email="liuqingshan@mail.bnu.edu.cn",role=c("aut")))
Description: Use numerical optimization to fit ordinary differential equations (ODEs) to time series data to examine the dynamic relationships between variables or the characteristics of a dynamical system. It can now be used to estimate the parameters of ODEs up to second order, and can also apply to multilevel systems. See <https://github.com/yueqinhu/defit> for details.
License: GPL (>= 3)
URL: https://github.com/yueqinhu/defit
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: deSolve, ggplot2, stats, R6
Depends: R (>= 3.50)
NeedsCompilation: no
Packaged: 2023-06-28 08:03:09 UTC; yueqinhu
Author: Yueqin Hu [aut, cre],
  Qingshan Liu [aut]
Maintainer: Yueqin Hu <yueqinhu@bnu.edu.cn>
Repository: CRAN
Date/Publication: 2023-06-29 14:40:08 UTC
Built: R 4.2.3; ; 2024-04-24 02:01:23 UTC; windows
