Skip to content
/ modgo Public

❗ This is a read-only mirror of the CRAN R package repository. modgo — Mock Data Generation

Notifications You must be signed in to change notification settings

cran/modgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modgo

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].

Installation

To install modgo from GitHub, run:

library("devtools")
install_github("https://github.com/GeorgeKoliopanos/modgo")

Usage

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")
test_modgo <- modgo(data = Cleveland,
     bin_variables = c("CAD","HighFastBloodSugar","Sex","ExInducedAngina"),
     categ_variables =c("Chestpaintype"))

About

❗ This is a read-only mirror of the CRAN R package repository. modgo — Mock Data Generation

Resources

Stars

Watchers

Forks

Packages

No packages published