You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am confused about the code estimating standard error using wald ratio test: se <- se_out / abs(b_exp)
Shouldn't it be: SQRT[(se_out/b_exp)^2+(b_out*se_exp/b_exp^2)^2]?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am confused about the code estimating standard error using wald ratio test:
se <- se_out / abs(b_exp)
Shouldn't it be: SQRT[(se_out/b_exp)^2+(b_out*se_exp/b_exp^2)^2]?
Beta Was this translation helpful? Give feedback.
All reactions