Skip to content
Prev 2498 / 5636 Next

[R-meta] converting escalc ROM outputs to the log-2 scale

Dear Divya,

If y_i ~ N(theta_i, v_i), then for any constant c, c*y_i ~ N(c*theta_i, c^2 * v_i).

So, it would be yi_new = yi/log(2) and vi_new = vi/log(2)^2.

Best,
Wolfgang