## Not run:
# ## Workaround to import the data from the DOI (10.5678\LCRS\DAT.265)
#
# ## Load data from http://dx.doi.org/10.5678/LCRS/DAT.265 and extract csv-file
# ## Define variable 'filename' so that it points to the csv-file
# filename <- ""
#
# ## Import data
# import <- read.csv(filename,
# stringsAsFactors = FALSE)
#
# ## Delete every second column (quality flag of database)
# data <- import[,seq(1, ncol(import), 2)]
#
# ## Create a vector containing the years of data acquistion
# year_vec <- substr(data[,1],1,4)
#
# ## Delete further unnecessary columns
# data <- data[,-c(1,2,13)]
#
# ## Perform Moving Subset Analysis for all forcing experiment support variables (default) with
# ## independent variable CO2 Concentration (CO2), dependent variable biomass (BY_T), 30 observations
# ## within each subset and the years as grouping factor
# MSA_GiFACE <- moving_subset_analysis(data, "CO2", "BY_T", 30, group = year_vec)
#
# ## Show summary
# summary(MSA_GiFACE)
# ## End(Not run)
Run the code above in your browser using DataLab