# For non-grouped data
mock_data <- generate_mock_data(
n_nodes = 5,
n_edges = 7,
n_groups = 1,
statistical = FALSE,
p_threshold = 0.05
)
# For grouped data
mock_data <- generate_mock_data(
n_nodes = 5,
n_edges = 7,
n_groups = 3,
statistical = TRUE,
p_threshold = 0.05
)
Run the code above in your browser using DataLab