Skip to contents

Replaces the phrase statistically significant with statistically discernible in a given character string.

Usage

discernible(x)

Arguments

x

character string.

Examples

conclusion <- "The clinical trial showed statistically significant evidence of being effective."
discernible(conclusion)
#>  Replacing statistically significant with statistically discernible.
#> [1] "The clinical trial showed statistically discernible evidence of being effective."