print.PA_result: Printing information of the estimated attachment function

View source: R/print.pa_result.R

print.PA_resultR Documentation

Printing information of the estimated attachment function

Description

This function outputs simple information of the estimated attachment function from the corrected Newman's method or the Jeong's method.

Usage

  ## S3 method for class 'PA_result'
print(x, 
                              ...)

Arguments

x

An object of class PA_result, containing the estimated attachment function and the estimated attachment exponenet from either Newman or Jeong functions.

...

Additional parameters to pass.

Value

Simple information of the estimated attachment function.

Author(s)

Thong Pham thongphamthe@gmail.com

Examples

  library("PAFit")
  net        <- generate_net(N = 1000 , m = 1 , mode = 1 , alpha = 1 , s = 0)
  net_stats  <- get_statistics(net)
  result     <- Newman(net, net_stats)
  print(result)

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