Package: rxode2ll 2.0.13

Matthew L. Fidler

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:Matthew L. Fidler [aut, cre]

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

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:r-rxode2ll-2.0.13(2025-03-25)

cpp

3.84 score 14 packages 1.6k downloads 15 exports 7 dependencies

Last updated 4 months agofrom:90563a6dc2. Checks:3 OK. Indexed: no.

TargetResultLatest binary
Doc / VignettesOKMar 15 2025
R-4.5-linux-x86_64OKMar 15 2025
R-4.4-linux-x86_64OKMar 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()

Help Manual

Help pageTopics
Calculate the log likelihood of the binomial function (and its derivatives)llikBeta
Calculate the log likelihood of the binomial function (and its derivatives)llikBinom
log likelihood of Cauchy distribution and it's derivatives (from stan)llikCauchy
log likelihood and derivatives for chi-squared distributionllikChisq
log likelihood and derivatives for exponential distributionllikExp
log likelihood and derivatives for F distributionllikF
log likelihood and derivatives for Gamma distributionllikGamma
log likelihood and derivatives for Geom distributionllikGeom
Calculate the log likelihood of the negative binomial function (and its derivatives)llikNbinom
Calculate the log likelihood of the negative binomial function (and its derivatives)llikNbinomMu
Log likelihood for normal distributionllikNorm
log-likelihood for the Poisson distributionllikPois
Log likelihood of T and it's derivatives (from stan)llikT
log likelihood and derivatives for Unif distributionllikUnif
log likelihood and derivatives for Weibull distributionllikWeibull