nbscale.noT | R Documentation |
This function estimates the adjacency matrix of a NB model given a matrix of counts, using the optim function.
nbscale.noT(X, maxcard, alpha, extend)
X |
the matrix of counts (n times p). |
maxcard |
the uper bound of the cardinality of the conditional sets K |
alpha |
the significant level of the tests |
extend |
if TRUE it considers the union of the tests, otherwise it considers the intersection. |
the estimated adjacency matrix of the graph.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.