Skip to contents

The funtion_name equation for use in plain texts

Usage

typeset_eq_se_z_test()

Value

A character string containing a mathematical formula

Examples

typeset_eq_se_z_test
#> function (inline = FALSE) 
#> {
#>     if (inline) {
#>         "$sd_{null}=\\sqrt{\\hat{p}*(1-\\hat{p})*(\\frac{1}{n_1}+\\frac{1}{n_2})}$"
#>     }
#>     else {
#>         cat("$sd_{null}=\\sqrt{\\hat{p}*(1-\\hat{p})*(\\frac{1}{n_1}+\\frac{1}{n_2})}$")
#>     }
#> }
#> <bytecode: 0x5607bfd8a3f8>
#> <environment: namespace:ma206equations>