The funtion_name equation for use in plain texts
Value
A character string containing a mathematical formula
Examples
typeset_statistic
#> function (inline = FALSE)
#> {
#> if (inline) {
#> "$\\textrm{stat}=\\hat{p_1}-\\hat{p_2}$"
#> }
#> else {
#> cat("$\\textrm{stat}=\\hat{p_1}-\\hat{p_2}$")
#> }
#> }
#> <bytecode: 0x5607b77f3ca8>
#> <environment: namespace:ma206equations>