powered by
In bootstrap process computes the results for the initial year and second year.
makeTwoYearsResults(eList, year1, year2)
named list with at least the Daily, Sample, and INFO dataframes. Created from the EGRET package, after running modelEstimation.
modelEstimation
integer. Initial year of a 2-year trend comparison.
integer. Second year of a 2-year trend comparison.
surfaces matrix
# NOT RUN { library(EGRET) eList <- Choptank_eList twoResultsWaterYear <- makeTwoYearsResults(eList, 1985, 2005) # }
Run the code above in your browser using DataLab