sim_data: simulate data with given graph structure

View source: R/cmpt-simulate.R

sim_dataR Documentation

simulate data with given graph structure

Description

simulate data with given graph structure

Usage

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
)

Arguments

verbose

Value

A list: graph : precision


desanou/mglasso documentation built on July 1, 2023, 6:39 a.m.