R/summary.lacfCI.R

summary.lacfCI <-
function (object, ...) 
{
	CI <- object
	object <- object$the.lacf
	nlags <- dim(object$lacf)
	ntime <- nlags[1]
	nlags <- nlags[2]
    cat("Name of originating time series: ", object$name, "\n")
    cat("Date produced: ", object$date, "\n")
    cat("Number of times: ", ntime, "\n")
    cat("Number of lags: ", nlags, "\n")
    cat("Number of CI lags: ", length(CI$lag), "\n")
}

Try the locits package in your browser

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

locits documentation built on Sept. 8, 2023, 5:07 p.m.