You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bonjour, j'ai construit un petit exemple où ça ne marche pas. C'est un cas très rare.
Je mets un fichier en pj(err.zip) avec la seed et la matrice d'adjacence. err.zip
Bonjour, j'ai construit un petit exemple où ça ne marche pas. C'est un cas très rare.
Je mets un fichier en pj(err.zip) avec la seed et la matrice d'adjacence.
err.zip
library('sbm')
load("err.Rdata")
set.seed(seed)
adj_m = errAdj
sbm_lib = sbm::estimateSimpleSBM(adj_m,
"bernoulli",
estimOptions = list(verbosity = 0, plot = FALSE))
sbm_lib$memberships # c(1 2 2 1 1 1 1 1 1 1 2 1 1 2 1 1 1 1 2 1)
sbm_lib$indMemberships # Fonctionne
sbm_lib$setModel(3)
sbm_lib$memberships # c(1 3 3 1 1 1 1 1 1 1 3 1 1 3 1 1 1 1 3 1)
sbm_lib$indMemberships # ERREUR
The text was updated successfully, but these errors were encountered: