data_random | R Documentation |
Generate random data.
data_random(k, n, seed = NULL)
k |
Number of variables. |
n |
Number of observations (cases). |
seed |
Random seed for replicable results.
Defaults to |
Return a data.frame of random data.
d = data_random(k=5, n=100, seed=1)
cor_network(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.