R/print.MOStest.R

Defines functions `print.MOStest`

`print.MOStest` <-
    function(x, ...)
{
    cat("\nMitchell-Olds and Shaw test\n")
    cat("Null: hump of a quadratic linear predictor is at min or max\n")
    print(x$family)
    print(x$hump)
    if (!x$isBracketed)
        cat("***** Caution: hump/pit not bracketed by the data ******\n")
    cat("\n")
    printCoefmat(coef(x), has.Pvalue = TRUE, na.print = "")
    invisible(x)
}
vegandevs/vegan documentation built on Sept. 1, 2024, 8:22 p.m.