format_p: Format the p value using APA6 standards.

Description Usage Arguments Value Author(s) Examples

Description

Format the p value using APA6 standards.

Usage

1
2
format_p(p,
        add.stars=TRUE)

Arguments

p

The p value.

add.stars

Should it add significance stars at the end.

Value

p

The formatted value.

Author(s)

Dominique Makowski

Examples

1
2
3
require(neuropsychology)

format_p(0.07)

neuropsychology/neuropsychology.R documentation built on May 23, 2019, 4:27 p.m.