Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in calculation of mean on response scale? #17

Open
cbrown5 opened this issue Jul 28, 2018 · 0 comments
Open

error in calculation of mean on response scale? #17

cbrown5 opened this issue Jul 28, 2018 · 0 comments

Comments

@cbrown5
Copy link

cbrown5 commented Jul 28, 2018

When calculating the mean on the response scale the code here has:
exp(apply(res,1:2, mean)),
(for poisson)
Shouldn't it instead be:
apply(exp(res),1:2, mean)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant