signif_checker | R Documentation |
Loops through named list of columns containing statistical-significance results, and creates new column describing any statistically significant results.
signif_checker( data, signif_cols = list(Overall = "signif_overall", MC = "signif_mont", MD = "signif_maryland") )
data |
Dataframe with columns containing descriptions of significantly significant results against other comparison groups (e.g., another location, overall vs. a group). |
signif_cols |
Named list with value representing name of the column with significance values, and names representing how significance should be described in the new column (e.g., "Montgomery County" = "signif_mont" would be for a signif_mont column describing the significance of differences with Montgomery County, and Montgomery County is how it would be represented in the new column), |
A dataframe with a column describing all statistically significant differences with comparison groups (e.g., Montgomery County, Maryland, and Overall).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.