Learn R Programming

PAFit (version 1.2.10)

print.PA_result: 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 PA_result
print(x, 
                              ...)

Value

Simple information of the estimated attachment function.

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.

Author

Thong Pham thongphamthe@gmail.com

Examples

Run this code
  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)

Run the code above in your browser using DataLab