R/summary_bootERGM.R

Defines functions summary.bootERGM

Documented in summary.bootERGM

summary.bootERGM<- function(object){
  
  
  cat("================================================\n")
  cat("          Parametric Bootstrap Results          \n")
  cat("================================================\n")
  cat(" \n")
  cat("Formula: ")
  print(object$formula)
  cat(" \n")
  cat("Bootstrap Samples: ", nrow(object$boot.mple.matrix), "\n")
  cat(" \n")
  cat("95% Bootstrap Confidence Intervals: \n")
  cat(" \n")
  print(object$boot.interval)
  
  
}
schmid86/bootERGM documentation built on Nov. 5, 2019, 8:44 a.m.