Package: rxode2ll 2.0.13
rxode2ll: Log-Likelihood Functions for 'rxode2'
Provides the log-likelihoods with gradients from 'stan' (Carpenter et al (2015), <doi:10.48550/arXiv.1509.07164>) needed for generalized log-likelihood estimation in 'nlmixr2' (Fidler et al (2019) <doi:10.1002/psp4.12445>). This is split of to reduce computational burden of recompiling 'rxode2' (Wang, Hallow and James (2016) <doi:10.1002/psp4.12052>) which runs the 'nlmixr2' models during estimation.
Authors:
rxode2ll_2.0.13.tar.gz
rxode2ll_2.0.13.tar.gz(r-4.5-noble)rxode2ll_2.0.13.tar.gz(r-4.4-noble)
rxode2ll.pdf |rxode2ll.html✨
rxode2ll/json (API)
NEWS
# Install 'rxode2ll' in R: |
install.packages('rxode2ll', repos = 'https://cloud.r-project.org') |
Bug tracker:https://github.com/nlmixr2/rxode2ll/issues2 issues
Pkgdown site:https://nlmixr2.github.io
Conda:r-rxode2ll-2.0.13(2025-03-25)
Last updated 4 months agofrom:90563a6dc2. Checks:3 OK. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 15 2025 |
R-4.5-linux-x86_64 | OK | Mar 15 2025 |
R-4.4-linux-x86_64 | OK | Mar 15 2025 |
Exports:llikBetallikBinomllikCauchyllikChisqllikExpllikFllikGammallikGeomllikNbinomllikNbinomMullikNormllikPoisllikTllikUnifllikWeibull
Dependencies:backportsBHcheckmateRcppRcppEigenRcppParallelStanHeaders
Citation
Wang W, Hallow K, James D (2015). “A Tutorial on RxODE: Simulating Differential Equation Pharmacometric Models in R.” CPT: Pharmacometrics & Systems Pharmacology, 5(1), 3–10. ISSN 2163-8306.
Corresponding BibTeX entry:
@Article{, title = {A Tutorial on RxODE: Simulating Differential Equation Pharmacometric Models in R}, author = {Wenping Wang and K Melissa Hallow and David A James}, journal = {CPT: Pharmacometrics \& Systems Pharmacology}, year = {2015}, volume = {5}, pages = {3--10}, number = {1}, month = {nov}, abstract = {This tutorial presents the application of an R package, RxODE, that facilitates quick, efficient simulations of ordinary differential equation models completely within R. Its application is illustrated through simulation of design decision effects on an adaptive dosing regimen. The package provides an efficient, versatile way to specify dosing scenarios and to perform simulation with variability with minimal custom coding. Models can be directly translated to Rshiny applications to facilitate interactive, real-time evaluation/iteration on simulation scenarios.}, address = {Hoboken}, issn = {2163-8306}, publisher = {John Wiley and Sons Inc.}, }
Readme and manuals
rxode2ll
The goal of rxode2ll is to create log-likelihood functions for use in ‘rxode2’ and ‘nlmixr2’
Installation
You can install the development version of rxode2ll from GitHub with:
# install.packages("devtools")
devtools::install_github("nlmixr2/rxode2ll")
Examples
Each of the C++ interface to the stan
log-likelihood equations can be
used in a stand-alone manner. For example:
llikNorm(seq(-2,2,length.out=10), full=TRUE)
The following log-likelihood distributions are supported:
llikNorm()
llikPois()
llikBinom()
llikNbinom()
llikNbinomMu()
llikBeta()
llikT()
llikChisq()
llikExp()
llikF()
llikGeom()
llikUnif()
llikWeibull()
llikGamma()
llikCauchy()