moving_subset_analysis(x, treatment_var, response_var, window_size, group = 1:nrow(x), ...)
MSA_coef
. Internally stored as a list. This object contains one element for each experiment-support variable. Those elements are data.frames with the subset-wise outputs:
moving_subset_analysis
is of class 'MSA_coef
' for which several methods are available to plot and print the results.
Each experiment-support variable can be used as forcing variable, for which the influence on the CFE is analyzed through the following steps:
plot.MSA_coef
.
plot.MSA_coef
, GiFACE
, summary.MSA_coef
data(GiFACE)
msa_data <- moving_subset_analysis(GiFACE$data, "CO2A_Mean", "BYT", 30, group = GiFACE$year)
Run the code above in your browser using DataLab