Description
Simulation of Longitudinal Data.
Description
Simulation and visualization of complex models for longitudinal data. The models are encoded using the model coding language 'Mlxtran' and automatically converted into C++ codes. 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.
README.md
mlxR
A package for the simulation and visualization of mixed effects models. See this page for more information.
install
To use mlxR
you first need to install mlxLibrary
from here
You can install the development version from github
:
library("devtools")
install_github("MarcLavielle/mlxR" )
library("mlxR")