powered by
Convert jumps from last step into a ordering quintile
computeRankQuantiles(df)
dataframe with 4 columns appended: ranks of each of the 4 jumps;
dataframe. needs Column n1.jumpFromLeft, n1.jumpFromRight, n2.jumpFromLeft, n2.jumpFromRight, site
First 4 gen from computeJumps
data(Example_data, package = "Covid19Wastewater") Example_data$site = "Madison" df_data <- computeJumps(Example_data) ranked_data <- rankJumps(df_data) computeRankQuantiles(ranked_data)
Run the code above in your browser using DataLab