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
Hello,
I'm observing a strange phenomenon while using bayesglm(). If I create a resampled data.frame directly in the function call, it will create estimates centered around the null, while if I first create the resampled data.frame and then pass it seems to produce correct estimates:
Hello,
I'm observing a strange phenomenon while using bayesglm(). If I create a resampled data.frame directly in the function call, it will create estimates centered around the null, while if I first create the resampled data.frame and then pass it seems to produce correct estimates:
The non-resampled estimates are:
and are similar to the version in which the data.frame is passed after creation.
The problem doesn't seem to appear if using simple glm().
The text was updated successfully, but these errors were encountered: