R/summary.accruedErrors.R

Defines functions summary.accruedErrors

Documented in summary.accruedErrors

summary.accruedErrors = function(object, ...) {

	if( class(object) != "accruedErrors")  stop("ERROR: the first argument is not of 'accruedErrors' class.")

	LAGGED_QUANTILES = errorQuantileSummary(object)
	
	LAGGED_QUANTILES

}

Try the accrued package in your browser

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

accrued documentation built on May 2, 2019, 4:01 p.m.