The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The simulator is an R package that streamlines the process of performing simulations by creating a common infrastructure that can be easily used and reused across projects. The paper The Simulator: An Engine to Streamline Simulations discusses the simulator in greater depth.
The most up-to-date version of the simulator is on this github page
and can be installed using the devtools R
package (if not already installed, open R and type
install.packages("devtools")
). To install simulator,
type
::install_github("jacobbien/simulator") devtools
in R. This installs simulator
from github.
The Getting Started vignette walks you through setting up your first simulation with the simulator.
The best way to get a sense of how to use the simulator is to look at examples. There are several vignettes that demonstrate how the simulator can be used to conduct simulations for some of the most famous statistical methods.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.