View source: R/format_strings.R
format_tstat_apa | R Documentation |
This function takes the results of a t-test and formats it for easy markdown outputs
format_tstat_apa(t_result, cohen_d = "none", as.markdown = T)
t_result |
t-test result to be formatted |
cohen_d |
optional, Cohen's d standardized effect size |
as.markdown |
optional, indicates whether the resulting string should be formatted for markdown. Default is TRUE |
A formatted t-statistic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.