Get Standard Error on invProbit Scale from Proportion
Source:R/transformation_helpers.R
get_se_invprobitprop.RdTransforms standard error from proportion scale to invprobit scale using the delta method. Uses the derivative of the inverse probit function: SE_probit = SE_prop / dnorm(qnorm(prop))