Package: denim 1.0.0.9000
Anh Phan
denim: Generate and Simulate Deterministic Discrete-Time Compartmental Models
R package to build and simulate deterministic discrete-time compartmental models that can be non-Markov. Length of stay in each compartment can be defined to follow a parametric distribution (d_exponential(), d_gamma(), d_weibull(), d_lognormal()) or a non-parametric distribution (nonparametric()). Other supported types of transition from one compartment to another includes fixed transition (constant()), multinomial (multinomial()), fixed transition probability (transprob()).
Authors:
denim_1.0.0.9000.tar.gz
denim_1.0.0.9000.zip(r-4.5)denim_1.0.0.9000.zip(r-4.4)denim_1.0.0.9000.zip(r-4.3)
denim_1.0.0.9000.tgz(r-4.4-x86_64)denim_1.0.0.9000.tgz(r-4.4-arm64)denim_1.0.0.9000.tgz(r-4.3-x86_64)denim_1.0.0.9000.tgz(r-4.3-arm64)
denim_1.0.0.9000.tar.gz(r-4.5-noble)denim_1.0.0.9000.tar.gz(r-4.4-noble)
denim_1.0.0.9000.tgz(r-4.4-emscripten)denim_1.0.0.9000.tgz(r-4.3-emscripten)
denim.pdf |denim.html✨
denim/json (API)
NEWS
# Install 'denim' in R: |
install.packages('denim', repos = c('https://thinhong.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/thinhong/denim/issues
Last updated 5 months agofrom:9c93166cb9. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 08 2024 |
R-4.5-win-x86_64 | OK | Oct 08 2024 |
R-4.5-linux-x86_64 | OK | Oct 08 2024 |
R-4.4-win-x86_64 | OK | Oct 08 2024 |
R-4.4-mac-x86_64 | OK | Oct 08 2024 |
R-4.4-mac-aarch64 | OK | Oct 08 2024 |
R-4.3-win-x86_64 | OK | Oct 08 2024 |
R-4.3-mac-x86_64 | OK | Oct 08 2024 |
R-4.3-mac-aarch64 | OK | Oct 08 2024 |
Exports:constantd_exponentiald_gammad_lognormald_weibullmathexprmultinomialnonparametricsimtransprob
Dependencies:briocallrclicrayondescdiffobjdigestevaluatefansifsgluejsonlitelifecyclemagrittrpillarpkgbuildpkgconfigpkgloadpraiseprocessxpsR6Rcpprematch2rlangrprojroottestthattibbleutf8vctrsviridisLitewaldowithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
denim | denim-package denim |
Fixed transition | constant |
Discrete exponential distribution | d_exponential |
Discrete gamma distribution | d_gamma |
Discrete log-normal distribution | d_lognormal |
Discrete Weibull distribution | d_weibull |
Mathematical expression | mathexpr |
Multinomial | multinomial |
Nonparametric distribution | nonparametric |
Simulator for deterministic discrete time model with memory | sim |
Transition probability | transprob |