R/print.IsingFit.R

Defines functions print.IsingFit

Documented in print.IsingFit

print.IsingFit <-
function(x, ...)
{
  cat("Estimated network:\n")
  
  print(round(x$weiadj,2))
  
  cat("\n\nEstimated Thresholds:\n")
  
  print(x$thresholds)  
}

Try the IsingFit package in your browser

Any scripts or data that you put into this service are public.

IsingFit documentation built on Oct. 4, 2023, 1:07 a.m.