R/summary.posPredictionInterval.r

Defines functions summary.posPredictionInterval

summary.posPredictionInterval = function(object, ...)
{
    cat("Upper and lower boundary and the position relative to value:")
    print(summary(object$pos_prediction), ...)
    cat("\n")
    print(object["p"], ...)
    print(object["value"], ...)
}

Try the automap package in your browser

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

automap documentation built on Sept. 11, 2024, 6:23 p.m.