| hyperg {backbone} | R Documentation |
Wrapper for fixedrow()
hyperg( B, alpha = 0.05, signed = FALSE, mtc = "none", class = "original", narrative = FALSE )
B |
An unweighted bipartite graph, as: (1) an incidence matrix in the form of a matrix or sparse |
alpha |
Real: significance level of hypothesis test(s) |
signed |
Boolean: TRUE if signed backbone is to be returned, FALSE if binary backbone is to be returned |
mtc |
string: type of Multiple Test Correction to be applied; can be any method allowed by |
class |
string: the class of the returned backbone graph, one of c("original", "matrix", "sparseMatrix", "igraph", "network", "edgelist").
If "original", the backbone graph returned is of the same class as |
narrative |
Boolean: TRUE if suggested text for a manuscript is to be returned. |