Week 04 Logistic Regression
Week 04 Logistic Regression
TOD 533
Logistic Regression
Amit Das
TODS / AMSOM / AU
[email protected]
1
31-08-2024
2
31-08-2024
Even though the probability is not a linear function of xi, the transform
ln is a linear function of xi
3
31-08-2024
• Attributes
1. preg = Number of times pregnant
2. plas = Plasma glucose concentration a 2 hours in an oral glucose tolerance test
3. pres = Diastolic blood pressure (mm Hg)
4. skin = Triceps skin fold thickness (mm)
5. insu = 2-Hour serum insulin (mu U/ml)
6. mass = Body mass index (weight in kg/(height in m)^2)
7. pedi = Diabetes pedigree function
8. age = Age (years)
9. Class variable = tested positive for diabetes (1 (268 instances) or 0 (500 instances))
Note. Estimates represent the log odds of "diabetes = 1" vs. "diabetes = 0"
* e-0.005*skin* e0.097*preg
= 0.00331*(1.031^age)*(2.743^pedi)*(1.105^mass)*(0.995^skin)*(1.101^preg)
4
31-08-2024