View source: R/cmpt-simulate.R
sim_data | R Documentation |
simulate data with given graph structure
sim_data(
p = 20,
np_ratio = 2,
structure = c("block_diagonal", "hub", "scale_free", "erdos"),
alpha,
prob_mat,
rho,
g,
inter_cluster_edge_prob = 0.01,
p_erdos = 0.1,
verbose = FALSE
)
verbose |
A list: graph : precision
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.