g_test(x, boot = FALSE, ci = 0.05, sb = TRUE)dcc with moving correlations enabledlogical shall the individual correlation be
bootstrapped? (see details)c(0.01,
0.05, 0.1)logical shall a status bar be drawn?data.frame with columns for variable
identification and logical flags for whether the low-frequency
modulation of the correlation of this variable with tree-growth is
higher than expected by chance, lower than expected by chance, or
can be considered as noise.For each iteration, a moving correlation function is calculated with exactly the same settings as the original model. The standard deviation over the individual windows for each parameter is then compared to the bootstrapped distribution of the standard deviation of the simulated data to test for significantly higher or lower low-frequency modulations.
data(muc_clim) # climatic data
data(muc_pruce) # spruce data
dc_cor <- dcc(muc_spruce, muc_clim, 3:9, method = "cor", moving = TRUE)
g_test(dc_cor)Run the code above in your browser using DataLab