Description Usage Arguments Details Value Examples
This function will create fake data in the R format needed to import back into the Datavyu software
1 | fake_datavyu_data(n1 = 10L, n2 = 15L)
|
n1 |
Sample size for variable 1 |
n2 |
Sample size for variable 2 |
The function shows how you can have either a list of columns or an actual data frame. Either way will work.
List of datavyu formated data
1 | my_data <- fake_datavyu_data()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.