synchr.analyze: Custom function to run cross-correlation analysis on dyadic...

Description Usage Arguments

Description

synchr.analyze takes data objects with columns time, series 1, and series 2 and performs cross-correlation or windowed cross-correlation analysis.

Usage

1
synchr.analyze(data, lag.max = 1, window = 0, by = 0)

Arguments

data,

An optional data frame, list or environment.

lag.max,

Number of lag periods. Must be a non-negative integer.

window,

Window size. Must be a non-negative integer.

by,

Overlap value for specifying overlapping windows.


MalloryJfeldman/synchr documentation built on May 7, 2020, 9:38 p.m.