shortSummary: Print a short summary of the fitted mixture model.

View source: R/betaMix.R

shortSummaryR Documentation

Print a short summary of the fitted mixture model.

Description

Show the number of nodes, the number of possible and detected edges, the estimated proportion of uncorrelated pairs.

Usage

shortSummary(betamixobj)

Arguments

betamixobj

The object (list) returned from the betaMix function.

Examples

## 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)

haimbar/betaMix documentation built on Jan. 3, 2023, 12:54 p.m.