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

Math typo, line 79: \eta needs to be exponentiated #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clarpaul
Copy link

For correct math, one should change "(1 + \eta_i)^{-1}" to "(1 + \exp(\eta_i))^{-1}" on line 79 of 07/RegressionModels/03_01_glms/index.Rmd and in the slides using on Coursera.

Change "(1 + \eta_i)^{-1}" to "(1 + \exp(\eta_i))^{-1}" on line 79.
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

Successfully merging this pull request may close these issues.

1 participant