4/16/2018
Chapter 13 - Nonlinear Relationships
- Fitting an exponential model with R
- How do you transform y=ab^x to create a linear function?
- Illustration of this transformation with Exercise 17 on p. 534 - see Cyclist.R
- Fitting a logistic regression model with R
- We need to deal with the logit transformation, p-hat = exp(a+bx)/[1+exp(a+bx)].
- Exercise 27 on p. 537 - see SuperBowl2010.R
- In class exercises - 22 on p. 535 and 23 on p. 536.
Project #3 - Using probability distributions in sports?