data_random {DPI} | R Documentation |
Generate random data.
Description
Generate random data.
Usage
data_random(k, n, seed = NULL)
Arguments
k |
Number of variables. |
n |
Number of observations (cases). |
seed |
Random seed for replicable results.
Defaults to |
Value
Return a data.frame of random data.
Examples
d = data_random(k=5, n=100, seed=1)
cor_network(d)
[Package DPI version 2025.6 Index]