Learn R Programming

tidystats (version 0.3)

report_p_value: Report p-value function

Description

A helper function to report p values in APA style.

Usage

report_p_value(p_value)

Arguments

p_value

One or more p-values.

Examples

Run this code
# NOT RUN {
report_p_value(0.532)
report_p_value(0.0432)
report_p_value(0.0000121)

# }

Run the code above in your browser using DataLab