R/print.HOF.frame.R

"print.HOF.frame" <-
    function (x, ...) 
{
    cat("Deviances:\n")
    printCoefmat(sapply(x, deviance), na.print="", ...)
    cat("\nSuggested `best' models:\n")
    tmp <- sapply(x, pick.model, ...)
    names(tmp) <- names(x)
    print(noquote(tmp))
    invisible(x)
}

Try the gravy package in your browser

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

gravy documentation built on May 2, 2019, 4:46 p.m.