summary.CV_Data: Printing summary information of the cross-validation data

View source: R/summary.cv_data.R

summary.CV_DataR Documentation

Printing summary information of the cross-validation data

Description

This function outputs summary information of the cross-validation data stored in a CV_Data object. This object is the field $cv_data of a Full_PAFit_result object, which in turn is the returning value of only_A_estimate, only_F_estimate or joint_estimate.

Usage

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

Arguments

object

An object of class CV_Data.

...

Other arguments to pass.

Value

Outputs summary information of the cross-validation data.

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)
    result     <- joint_estimate(net, net_stats)
    summary(result$cv_data)
  
## End(Not run)

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