Last data update: 2014.03.03

lmeNBBayes

Package: lmeNBBayes
Type: Package
Title: Compute the Personalized Activity Index Based on a Flexible
Bayesian Negative Binomial Model
Version: 1.3.1
Date: 2013-12-13
Author: Yumi Kondo
Maintainer: Yumi Kondo <y.kondo@stat.ubc.ca>
Description: The functions in this package implement the safety monitoring procedures proposed in the paper titled "A flexible mixed effect negative binomial regression model for detecting unusual increases in MRI lesion counts in individual multiple sclerosis patients" by Kondo, Y., Zhao, Y. and Petkau, A.J. The procedure first models longitudinally collected count variables with a negative binomial mixed-effect regression model. To account for the correlation among repeated measures from the same patient, the model has subject-specific random intercept, which is modelled with the infinite mixture of Beta distributions, very flexible distribution that theoretically allows any form. The package also has the option of a single beta distribution for random effects. These mixed-effect models could be useful beyond the application of the safety monitoring. The inference is based on MCMC samples and this package contains a Gibbs sampler to sample from the posterior distribution of the negative binomial mixed-effect regression model. Based on the fitted model, the personalized activity index is computed for each patient. Lastly, this package is companion to R package lmeNB, which contains the functions to compute the Personalized Activity Index in the frequentist framework.
License: GPL (>= 2)
Depends:
LinkingTo:
Packaged: 2015-02-20 22:51:57 UTC; yumikondo
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-02-21 01:31:16

● 0 images, 6 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'lmeNBBayes' ...
** package 'lmeNBBayes' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c nbinDPmix.c -o nbinDPmix.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o lmeNBBayes.so nbinDPmix.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/lmeNBBayes/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'lmeNBBayes'
    finding HTML links ... done
    dqmix                                   html  
    getDIC                                  html  
    getS.StatInMed                          html  
    index_batch_Bayes                       html  
    lmeNBBayes-internal                     html  
    lmeNBBayes                              html  
** building package indices
** testing if installed package can be loaded
* DONE (lmeNBBayes)
Making 'packages.html' ... done