Skip to content
/ rxode2ll Public

❗ This is a read-only mirror of the CRAN R package repository. rxode2ll — Log-Likelihood Functions for 'rxode2'. Homepage: https://nlmixr2.github.io/rxode2ll/https://github.com/nlmixr2/rxode2ll/ Report bugs for this package: https://github.com/nlmixr2/rxode2ll/issues/

Notifications You must be signed in to change notification settings

cran/rxode2ll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rxode2ll

R-CMD-check Codecov test coverage CRAN version CRAN total downloads CRAN total downloads CodeFactor r-universe

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()

About

❗ This is a read-only mirror of the CRAN R package repository. rxode2ll — Log-Likelihood Functions for 'rxode2'. Homepage: https://nlmixr2.github.io/rxode2ll/https://github.com/nlmixr2/rxode2ll/ Report bugs for this package: https://github.com/nlmixr2/rxode2ll/issues/

Resources

Stars

Watchers

Forks

Packages

No packages published