p_stars: Return p-value significance star(s) from a number.

Description Usage Arguments Value

Description

Uses the standard range of intervals to determine the nubmer of stars.

Usage

1
p_stars(p, show_ns = TRUE)

Arguments

p

A number for which a p-value star should be returned:

***

0 < p < 0.001

**

0.001 < p < 0.01

*

0.01 < p < 0.5

.

0.05 < p < 0.1

show_ns

Show "n.s." for non-significant values? Default = TRUE

Value

A string.


darrellpenta/APAstyler documentation built on May 14, 2019, 6:10 p.m.