Package: mlxR
Type: Package
Version: 3.0.0
Title: Simulation of Longitudinal Data
Description: Simulation and visualization of complex
    models for longitudinal data. The models are encoded using the model coding
    language 'Mlxtran', automatically converted into C++ codes, compiled on the
    fly and linked to R using the 'Rcpp' package. That allows one to implement
    very easily complex ODE-based models and complex statistical models,
    including mixed effects models, for continuous, count, categorical, and
    time-to-event data.
Authors@R: c(
    person( "Marc", "Lavielle", role = c("aut","cre"), email = "Marc.Lavielle@inria.fr" ), 
    person( "Raphael", "Kuate", role = "ctb", email = "raphael.kuate@inria.fr")
    )
URL: http://simulx.webpopix.org
BugReports: https://github.com/MarcLavielle/mlxR/issues
Depends: R (>= 3.0.1), ggplot2
Suggests: reshape2, gridExtra, shiny
Imports: XML, Rcpp (>= 0.11.3), tools, tcltk, methods, graphics,
        grDevices, utils, stats
License: BSD_2_clause + file LICENSE
Copyright: Inria
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-04-01 11:31:40 UTC; Marc
Author: Marc Lavielle [aut, cre],
  Raphael Kuate [ctb]
Maintainer: Marc Lavielle <Marc.Lavielle@inria.fr>
Repository: CRAN
Date/Publication: 2016-04-01 16:17:29
