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
calc_pm automatically sets these cases (covered by get_exclusions) to have a mean of zero and a SD of zero. We should change this: zero SEs should return mean = x, sd = 0; infinite SEs and NAs should return prior mean and sd.
For example,
ash(betahat = c(1, 2, 3, 4), sebetahat = c(0, 0, 1, 1))
gives me posterior means of zero for the first two observations.The text was updated successfully, but these errors were encountered: