Skip to content
/ fakeR Public

An R package to generate fake data given an existing dataset

Notifications You must be signed in to change notification settings

lhz1029/fakeR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fakeR

An R package to generate fake data given an existing dataset. To download the package,

Description

Generates fake data from a dataset of different variable types. The package contains the functions simulate_dataset and simulate_dataset_ts to simulate time-independent and time-dependent data. It randomly samples character and factor variables from contingency tables and numeric and ordered factors from a multivariate normal distribution. It currently supports the simulation of stationary and zero-inflated count time series.

License

CC0

Imports

mvtnorm, polycor, VGAM, stats

Suggests

knitr, rmarkdown, testthat

VignetteBuilder

knitr

About

An R package to generate fake data given an existing dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages