
typeset_eq_se_z_test
typeset_eq_se_z_test.RdThe funtion_name equation for use in plain texts
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>