The package dexR provides routines to import, convert, analyse, visualise and output DEX generated simulation data.
- aggregation of data
- production of LaTeX tables of input and output data
In case you have not set up an R environment, useful information can be accessed here.
To install dexR you first need to install the devtools package:
install.packages("devtools")
Second, dexR has a dependency which currently cannot be installed automatically:
devtools::install_bitbucket("S-Holzhauer/shbasic")
Finally, install dexR:
devtools::install_github("uniks-ines/dexr")
To build dexR from source and install it in your local repository, use one of the build scripts dexR.make.R or dexR.make2.R, e.g. on Windows Rscript.exe dexR.make2.R
.
Start by reading the introduction vignette:
vignette("intro", package = "dexR")