View source: R/print.pa_result.R
| print.PA_result | R Documentation | 
This function outputs simple information of the estimated attachment function from the corrected Newman's method or the Jeong's method.
  ## S3 method for class 'PA_result'
print(x, 
                              ...)
x | 
 An object of class   | 
... | 
 Additional parameters to pass.  | 
Simple information of the estimated attachment function.
Thong Pham thongphamthe@gmail.com
  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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.