Compute SNAC+ with resampling
snac_resample(
A,
nrep = 20,
Kmin = 1,
Kmax = 13,
ncores = parallel::detectCores() - 1,
seed = 1234
)
A data frame with columns specifying repetition cycles, number of community numbers and the value of SNAC+ statistics
adjacency matrix
number of times SNAC+ is computed
minimum community number to use in SNAC+
maximum community number to use in SNAC+
number of cores to use in the parallel computing
seed for random sampling