CRAN

tdm 3.0.3

Data Analysis for Therapeutic Drug Monitoring

Released Dec 16, 2014 by Yung-jin Lee

This package can be loaded by Renjin but all tests failed.

Dependencies

coda 0.19-1 deSolve 1.21 rjags 4-6 png 0.1-7

Therapeutic Drug Monitoring (TDM) is designed to estimate individual pharmacokinetic parameters with one or more drug serum/plasma concentrations obtained from a single subject or multiple subjects using a Bayesian inference porgram, JAGS (Just Another Gibbs Sampling; a computer program for analysis of Bayesian hierarchical models using Markov Chain Monte Carlo simulation), interfaced with rjags. Besides, it also can calculate a suggested dose based on the target drug concentration (C ->D) or calculate a predicted drug concentration with a given dose (D -> C).

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>tdm</artifactId>
    <version>3.0.3-b245</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:tdm')

Test Results

This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.