ggstatsplot (version 0.0.3)

signif_column: Creating a new character type 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.