Skip to contents

The funtion_name equation for use in plain texts

Usage

typeset_eq_sd_null_z_test()

Value

A character string containing a mathematical formula

Examples

typeset_eq_sd_null_z_test
#> function (inline = FALSE) 
#> {
#>     if (inline) {
#>         "$sd_{null}=\\sqrt{\\frac{\\pi_0(1-\\pi_0)}{n}}$ "
#>     }
#>     else {
#>         cat("$sd_{null}=\\sqrt{\\frac{\\pi_0(1-\\pi_0)}{n}}$ ")
#>     }
#> }
#> <bytecode: 0x5607bfe1b760>
#> <environment: namespace:ma206equations>