Skip to contents

The funtion_name equation for use in plain texts

Usage

typeset_eq_se_t_test()

Value

A character string containing a mathematical formula

Examples

typeset_eq_se_t_test
#> function (inline = FALSE) 
#> {
#>     if (inline) {
#>         "$se=s/sqrt{n}$"
#>     }
#>     else {
#>         cat("$se=s/sqrt{n}$")
#>     }
#> }
#> <bytecode: 0x5607b9edfeb0>
#> <environment: namespace:ma206equations>