powered by
Wrapper that computes the covariance or correlation matrix of x at lag 0 obtained from the Per-ACF.
x
CovCorPer(x, type = c("correlation", "covariance"))
a numeric matrix
character string giving the type of acf to be computed. Allowed values are "correlation" (the default) or "covariance".
# NOT RUN { data.set <- cbind(fdeaths, mdeaths) CovCorPer(data.set) # }
Run the code above in your browser using DataLab