Package: deFit
Type: Package
Title: Fitting Differential Equations to Time Series Data
Version: 0.3.0
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")),
            person("Minglan","Li",email="202431061029@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)
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: 2024-10-18 10:42:11 UTC; yueqinhu
Author: Yueqin Hu [aut, cre],
  Qingshan Liu [aut],
  Minglan Li [aut]
Maintainer: Yueqin Hu <yueqinhu@bnu.edu.cn>
Repository: CRAN
Date/Publication: 2024-10-18 11:10:13 UTC
Built: R 4.6.0; ; 2025-07-18 07:49:03 UTC; unix
