signif_column: creating a column with significance labels
Description
This function will add a new column to a dataframe containing p-values
Usage
signif_column(data = NULL, p)
Arguments
data
data frame from which variables specified are preferentially to be taken
p
the column containing p-values
Value
Returns the originally entered object (either a vector or a dataframe) in tibble format with
an additional column corresponding to statistical significance.