typeset_eq_se_t_test.Rd
The funtion_name equation for use in plain texts
typeset_eq_se_t_test()
A character string containing a mathematical formula
typeset_eq_se_t_test #> function (inline = FALSE) #> { #> if (inline) { #> "$se=s/sqrt{n}$" #> } #> else { #> cat("$se=s/sqrt{n}$") #> } #> } #> <bytecode: 0x5607b9edfeb0> #> <environment: namespace:ma206equations>