File: print.logLik.eRm.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 216 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
`print.logLik.eRm` <-
function (x, digits = getOption("digits"),...)
{
    cat("Conditional log Lik.: ", format(x$loglik, digits = digits),
        " (df=", format(x$df), ")\n", sep = "")
    invisible(x)
}