Learn R Programming

VanillaICE (version 1.34.0)

acf2: 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