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.
modgo is an R package Mock Data Generation (modgo) that may be used for simulating data from existing study data for continuous, ordinal categorical, and dichotomous variables[reference].
To install modgo from GitHub, run:
library("devtools")
install_github("https://github.com/GeorgeKoliopanos/modgo")
To see how to use modgo see ?modgo() in R . Below, we present a simple example on how to run.
library(modgo)
data("Cleveland",package="modgo")
<- modgo(data = Cleveland,
test_modgo bin_variables = c("CAD","HighFastBloodSugar","Sex","ExInducedAngina"),
categ_variables =c("Chestpaintype"))
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.