GrossSBM / missSBM

An R package for adjusting Stochastic Block Models from networks data sampled under various missing data conditions
http://grosssbm.github.io/missSBM
GNU General Public License v3.0
12 stars 2 forks source link

Bug when defining an SBM object #39

Closed Demiperimetre closed 4 years ago

Demiperimetre commented 4 years ago

THe following code does not work properly

A <- matrix(rbinom(100,1,.2),10,10)
  type <- "simple"
mySBM <- SimpleSBM_fit$new(A, "poisson",directed=FALSE)