shortSummary | R Documentation |
Show the number of nodes, the number of possible and detected edges, the estimated proportion of uncorrelated pairs.
shortSummary(betamixobj)
betamixobj |
The object (list) returned from the betaMix function. |
## Not run: data(SIM,package = "betaMix") res <- betaMix(betaMix::SIM, maxalpha = 1e-6,ppr = 0.01,subsamplesize = 30000, ind=TRUE) shortSummary(res) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.