forked from MarcLavielle/mlxR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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 = "[email protected]" ),
person( "Raphael", "Kuate", role = "ctb", email = "[email protected]")
)
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