Package: mlxR
Type: Package
Version: 2.2.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"), 
    person( "Romain", "Francois", role = "ctb", email = "romain@r-enthusiasts.com"), 
    person( "Fazia", "Bellal", role = "ctb" )
    )
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
License: BSD_2_clause + file LICENSE
Copyright: Inria
NeedsCompilation: no
Packaged: 2015-05-30 20:44:40 UTC; raphael
Author: Marc Lavielle [aut, cre],
  Raphael Kuate [ctb],
  Romain Francois [ctb],
  Fazia Bellal [ctb]
Maintainer: Marc Lavielle <Marc.Lavielle@inria.fr>
Repository: CRAN
Date/Publication: 2015-05-31 18:22:16
