R/p_values.R
get_se.Rd
Return SE from CIs
get_se(lci, uci, log = FALSE, denominator = 3.919928)
The lower confidence interval
Log the CI values? (default=FALSE)
The standard error of the sample mean (default=3.92... well actually, 3.919928 from `2*get_z(0.05)`)
Returns SE (numeric)
The internet (anon)
lci = 0.1 uci = 0.3 get_se(lci, uci) #> [1] 0.05102135