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)
}

Try the vegan package in your browser

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

vegan documentation built on Oct. 11, 2022, 5:06 p.m.