### Run analyses on all but final year's of data
Demonstration_Data_LONG <- subset(sgpData_LONG, YEARDemonstration_Data_LONG_2011_2012 <- subset(sgpData_LONG, YEAR
Demonstration_SGP <- abcSGP(
sgp_object=Demonstration_Data_LONG,
sgPlot.demo.report=TRUE)
### Run updateSGP on Demonstration_SGP and the 2011_2012 data
Demonstration_SGP <- updateSGP(
what_sgp_object=Demonstration_SGP,
with_sgp_data_LONG=Demonstration_Data_LONG_2011_2012)
Run the code above in your browser using DataLab