signif_checker: Significance check

signif_checkerR Documentation

Significance check

Description

Loops through named list of columns containing statistical-significance results, and creates new column describing any statistically significant results.

Usage

signif_checker(
  data,
  signif_cols = list(Overall = "signif_overall", MC = "signif_mont", MD =
    "signif_maryland")
)

Arguments

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),

Value

A dataframe with a column describing all statistically significant differences with comparison groups (e.g., Montgomery County, Maryland, and Overall).


dpowerstp/acsprocess documentation built on Sept. 4, 2022, 10:18 a.m.