powered by
Convenience wrapper for apa_num to print p values.
apa_num
apa_p(x, digits = 3L, na_string = "", add_equals = FALSE)printp(x, digits = 3L, na_string = "", add_equals = FALSE)print_p(x, digits = 3L, na_string = "", add_equals = FALSE)
printp(x, digits = 3L, na_string = "", add_equals = FALSE)
print_p(x, digits = 3L, na_string = "", add_equals = FALSE)
An object of the same class as x with all numeric values converted to character.
x
Numeric. The p value(s) to report.
Integer. The desired number of digits after the decimal point, passed on to formatC.
formatC
Character. String to print if any element of x is NA.
NA
Logical. Indicates if the output string should be prepended with an =.
=
apa_num(), apa_df()
apa_num()
apa_df()
apa_p(0.05) apa_p(0.0005) apa_p(0.99999999) apa_p(c(.001, 0), add_equals = TRUE)
Run the code above in your browser using DataLab