sdsm()
was replaced by backbone_from_projection(model="sdsm")
.
sdsm(
B,
alpha = 0.05,
missing.as.zero = FALSE,
signed = FALSE,
mtc = "none",
narrative = FALSE
)
An unweighted bipartite network as a binary incidence matrix or a binary bipartite igraph object
real: significance level of hypothesis test(s)
boolean: treat missing edges as edges with zero weight and test them for significance
boolean: return a signed backbone
string: type of Multiple Test Correction, either "none"
or a method allowed by p.adjust()
.
boolean: display suggested text & citations
See backbone v2.1.4 for original documentation