Hi,
Does anyone know how to compute the standard error on the logit scale? I have
gen se_sens = sqrt((sensitivity - (1 - sensitivity))/n_cases)
However, this is not on the logit scale. Apparently, I cannot simply transform this variable. Any help would be appreciated!
Does anyone know how to compute the standard error on the logit scale? I have
gen se_sens = sqrt((sensitivity - (1 - sensitivity))/n_cases)
However, this is not on the logit scale. Apparently, I cannot simply transform this variable. Any help would be appreciated!
Comment