format_tstat_apa: Format results of a t-test

View source: R/format_strings.R

format_tstat_apaR Documentation

Format results of a t-test

Description

This function takes the results of a t-test and formats it for easy markdown outputs

Usage

format_tstat_apa(t_result, cohen_d = "none", as.markdown = T)

Arguments

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

Value

A formatted t-statistic


silverer/statstring documentation built on Aug. 6, 2023, 11:48 a.m.