The funtion_name equation for use in plain texts
Usage
typeset_eq_sd_null_t_test()
Value
A character string containing a mathematical formula
Examples
typeset_eq_sd_null_t_test
#> function (inline = FALSE)
#> {
#> if (inline) {
#> "$sd_{null}=s/\\sqrt{n}$"
#> }
#> else {
#> cat("$sd_{null}=s/\\sqrt{n}$")
#> }
#> }
#> <bytecode: 0x5607bed31ef0>
#> <environment: namespace:ma206equations>