p2star: P Value Significance Level Indicator

Description Usage Arguments Author(s) Examples

Description

Transform p-values to character (e.g. stars) indicators by significance levels with the function symnum.

Usage

1
2
p2star(p, breaks = c(0, 0.001, 0.01, 0.05, 0.1, 1), symbols = c("***", "**",
  "*", ".", "n.s."))

Arguments

p

Vector with p values

breaks

The breaks from min (0) to max (1).

symbols

Symbols to use for values between breaks from min to max.

Author(s)

Sven E. Templer

Examples

1
2
3
4
5
#

p2star(c(1e-5,.1,.9))

#

miscset documentation built on May 2, 2019, 4:01 a.m.