codeC_one_cmp_IV_bolus
-----------------------

This folder contains the .c code & the .h files that are needed for the one compartment IV bolus model using parallel chains:
 -  ATRIMS.h : header file for the adaptive triangular metropolis sampling.
 -  matrice.h : header file for the matrix calculation (determinant, inverse...).
 -  logpost.h : header file for log conditional posterior distributions.
 -  codeC.c : C code for metropolis within gibbs algorithm with adaptive proposals.
The C code has to be compiled (see http://cran.r-project.org/doc/manuals/R-exts.html)!



codeC_two_cmp_IV_bolus
-----------------------

This folder contains the .c code & the .h files that are needed for the two compartment IV bolus model using parallel chains:
 -  ATRIMS.h : header file for the adaptive triangular metropolis sampling.
 -  matrice.h : header file for the matrix calculation (determinant, inverse...).
 -  logpost.h : header file for log conditional posterior distributions.
 -  codeC.c : C code for metropolis within gibbs algorithm with adaptive proposals.
The C code has to be compiled (see http://cran.r-project.org/doc/manuals/R-exts.html)!



indometh_analysis.r
-------------------

R code for the analysis of the Indometh dataset using the one and the two compartment IV bolus model using parallel chains.
Note that C codes has to be compiled before using the R code!



Indometh.txt
------------

Indometh dataset (also available in R under the name Indometh).
For more information about this dataset, see
    Kwan, Breault, Umbenhauer, McMahon and Duggan (1976)
    Kinetics of Indomethacin absorption, elimination, and enterohepatic circulation in man.
    Journal of Pharmacokinetics and Biopharmaceutics 4, 255280.