View source: R/library--data_prep--filter_tools--outlier_tools.R
computeRankQuantiles | R Documentation |
Convert jumps from last step into a ordering quintile
computeRankQuantiles(df)
df |
dataframe. needs Column n1.jumpFromLeft, n1.jumpFromRight, n2.jumpFromLeft, n2.jumpFromRight, site First 4 gen from computeJumps |
dataframe with 4 columns appended: ranks of each of the 4 jumps;
data(Example_data, package = "Covid19Wastewater")
Example_data$site = "Madison"
df_data <- computeJumps(Example_data)
ranked_data <- rankJumps(df_data)
computeRankQuantiles(ranked_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.