summary.PAFit_data: Output summary information on the statistics of the network...

View source: R/summary.pafit_data.r

summary.PAFit_dataR Documentation

Output summary information on the statistics of the network stored in a PAFit_data object

Description

This function outputs summary information of the statistics stored in a PAFit_data object. This object is the returning value of get_statistics.

Usage

  ## S3 method for class 'PAFit_data'
summary(object,...)

Arguments

object

An object of class PAFit_data.

...

Other arguments to pass.

Value

Outputs summary information of the network statistics.

Author(s)

Thong Pham thongphamthe@gmail.com

Examples

  ## Since the runtime is long, we do not let this example run on CRAN
  ## Not run: 
    library("PAFit")
    set.seed(1)
    # a network from Bianconi-Barabasi model
    net        <- generate_BB(N        = 1000 , m             = 50 , 
                              num_seed = 100  , multiple_node = 100,
                              s        = 10)
    net_stats  <- get_statistics(net)
    summary(net_stats)
  
## End(Not run)

thongphamthe/PAFit documentation built on March 30, 2024, 4:14 p.m.