Description Usage Arguments Value Examples
View source: R/apaSignificance.R
Generic method to make a footnote indicating significant values.
1 | apa.signif(data = data.frame())
|
data |
Dataset with statistics. |
apa.signif
object; a list consisting of
succes |
message in case of an error |
signif |
|
1 2 3 4 5 6 7 8 9 | # Specify statistics
example <- data.frame(
c("Column 1", "Column 2", "Column 3"),
c(3.45, 5.21, 2.64),
c("**", "", "***")
)
# Use apa.descriptives function
apa.signif(data = example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.