Get Standard Error on Proportion Scale from invProbit proportion
Source:R/transformation_helpers.R
get_se_probitofinvprobitprop.RdTransforms standard error from invprobit scale back to proportion scale using the delta method. Uses the derivative of the probit function: SE_prop = SE_invprobit * dnorm(invprobit_value)