File: print.ICr.r

package info (click to toggle)
r-cran-erm 1.0-6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,952 kB
  • sloc: f90: 401; ansic: 103; makefile: 8
file content (8 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
print.ICr <- function(x,...)
{
#print method for objects of class "ICr" (from function "IC")

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