Nothing
`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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.