R/PrintPerFit.R

# 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 May 2, 2019, 5:26 p.m.