acf2 {VanillaICE}R Documentation

Calculate lag10 autocorrelation

Description

A wrapper for the function acf that returns the autocorrelation for the specified lag. Missing values are removed.

Usage

acf2(x, lag = 10, ...)

Arguments

x

numeric vector

lag

integer

...

additional arguments to acf

See Also

acf


[Package VanillaICE version 1.50.0 Index]