toffee_signif: Specify symbols to represent confidence levels.

Description Usage Arguments Examples

Description

Specify symbols to represent confidence levels.

Usage

1
2
toffee_signif(p_values, thresholds = c(0.05, 0.01, 0.001),
  chars = c("*", "**", "***"))

Arguments

p_values

A numeric vector of p-values.

thresholds

Descending p-value thresholds. Values less than or equal to a threshold will produce the corresponding character.

chars

A vector of strings that symbolize a p-value less than the threshold.

Examples

1
toffee_signif(c(1, .5, .049, .01, .0012, 0))

seankross/toffee documentation built on May 29, 2019, 9:33 a.m.