jknowles / datasynthR

Functions to procedurally generate synthetic data in R for testing and collaboration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate simulated data from known data

jknowles opened this issue · comments

Allow users to generate simulated data from a known dataset. Solve for:

  • Simple numeric data
  • Nested numeric data
  • Simple categorical data
  • Nested categorical data
  • Simple numeric and categorical data
  • Nested numeric and categorical data