R/PrintPerFit.R

Defines functions print.PerFit

Documented in print.PerFit

# Define print() function for class "PerFit":
print.PerFit <- function(x, ...)
{
  cat("\n")
  print(x[[1]])
  cat("\n")
}

Try the PerFit package in your browser

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

PerFit documentation built on Oct. 15, 2021, 9:07 a.m.