powered by
compute first difference Jumps for N1 and N2
computeJumps(df, N1_column = N1, N2_column = N2, site_column = site)
dataframe with 4 columns appended: delta(n1), delta(n2) from left and right
DataFrame. needs Column n1_sars_cov2_conc, n2_sars_cov2_conc, site
N1 metric used in finding difference
N2 metric used in finding difference
Grouping that makes each group a time seriecomputeJumpss
data(Example_data, package = "Covid19Wastewater") Example_data$site = "Madison" computeJumps(Example_data)
Run the code above in your browser using DataLab