R/print.ICr.r

Defines functions print.ICr

print.ICr <- function(x,...)
{
#print method for objects of class "ICr" (from function "IC")

 cat("\nInformation Criteria: \n")
 print(x$ICtable)
 cat("\n")
}

Try the eRm package in your browser

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

eRm documentation built on March 19, 2024, 3:06 a.m.