neuropsychology (version 0.5.0)

format_p: Format the p value using APA6 standards.

Description

Format the p value using APA6 standards.

Usage

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.

Examples

Run this code
require(neuropsychology)

format_p(0.07)

Run the code above in your browser using DataCamp Workspace