Skip to contents

The funtion_name equation for use in plain texts

Usage

typeset_statistic()

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>