ccm_site: Compute a convergent cross map test at a given site in the...

Description Usage Arguments Value Author(s)

View source: R/ccm_site.R

Description

Given a site, determine if all possible combinations of the variables are Granger cause each other. The Null Hypothesis (H0) is that Time series x does not Granger-cause time series y, and the Alternative Hypothesis (HA): Time series x Granger-causes time series y

Usage

1
ccm_site(in_data)

Arguments

in_data

data frame of the site we are studying. This is a nested data frame that contains

alpha

the significance level

max_lag

the maximum number of lags to be considered

Value

A data frame that reports the value of the cross correlation mapping for a given measurement

Author(s)

John Zobitz zobitz@augsburg.edu, based on code from Chandler Lutz, UCR 2009 (https://www.mathworks.com/matlabcentral/fileexchange/25467-granger-causality-test).


jmzobitz/FLUXNETGranger documentation built on Dec. 21, 2021, 1:13 a.m.