Description Usage Arguments Examples
View source: R/report_t_test.R
Function to report a t-test in APA style.
1 | report_t_test(identifier, results = getOption("tidystats_list"))
|
identifier |
A character string identifying the model. |
results |
A tidystats list. |
1 2 3 4 5 6 7 8 9 10 11 | # Read in a list of results
results <- read_stats(system.file("results.csv", package = "tidystats"))
# Set the default tidystats list in options()
options(tidystats_list = results)
# Report results
report(identifier = "t_test_one_sample")
report(identifier = "t_test_two_sample")
report(identifier = "t_test_welch")
report(identifier = "t_test_paired")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.