apa_df | R Documentation |
This is a function for processing degrees of freedom. It takes care that trailing digits are only printed if non-integer values are given.
apa_df(x, digits = 2L, big.mark = "", elementwise = TRUE)
print_df(x, digits = 2L, big.mark = "", elementwise = TRUE)
x |
Numeric. The degrees of freedom to report. |
digits |
Integer. The desired number of digits after the decimal point to
be used if |
big.mark |
character; if not empty used as mark between every
|
elementwise |
Logical. Determines whether the number of trailing digits
should be determined for each element of |
An object of the same class as x
with all numeric values converted
to character.
apa_num()
, apa_p()
apa_df(c(1, 1.23151))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.