View source: R/print.pafit_result.r
| print.PAFit_result | R Documentation | 
PAFit_result object
This function outputs simple information of the estimation result stored in a PAFit_result object. This object is stored in the field $estimate_result of a Full_PAFit_result object, which in turn is the returning value of only_A_estimate, only_F_estimate or joint_estimate. 
  ## S3 method for class 'PAFit_result'
print(x,...)
x | 
 An object of class   | 
... | 
 Other arguments to pass.  | 
Outputs summary information on the estimation result.
Thong Pham thongphamthe@gmail.com
  ## 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)
    result     <- joint_estimate(net, net_stats)
    print(result$estimate_result)
  
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.