10. Logistic Regression (IB533 2025.09)

Unit Outlines:
■ Logistic Regression
§ method:glm(… , family = binomial)
§ model fitting & prediction
§ interpreting the coefficients
■ Measures of Model Accuracy
§ Accuracy, Sensibility, Specificity
§ Confusion Matrix and Accuracy Metrics
§ ROC and AUC

Notebooks
◆ UNIT10A: Logistic Regression (unit10A.html)
◆ UNIT10B:LogisticReg. – The Coefficients (unit10B.html)
◆ UNIT10C LogisticReg. – Model Accuracy (unit10C.html)

Google Drive: 
◆ Course Material : [  ~/ib533/ ]
◆ Unit10:  [ ~/ib533/10_LogisticReg/ ]

Unit10  Personal Assignments : Due at  2025/11/03 (Wed) 23:59
Trace the code and answer the quiz in uni10A|B|C.Rmd,
knit and upload the HTML files to
upload it to 【 ~/person/10_LogisticReg 】with filename “<student.id>_unit10A|B|C.html”

Video Recording:
◆ Unit10 Video Recording

References :
◆  Portal of Big Data BA Platform
◆  R: Self Learning Roadmap
◆  John Hopkins: R Programming online course
◆  John Hopkins: R Programming eBook
◆  Harvard: Data Science online course
◆  Harvard: Data Science ebook
◆  From Data to Viz
◆  Probability Cheat Sheet (pdf)
◆  Intro. Probability and Statistics Using R (IPSUR)
◆  Statistical Analysis Using R, UCLA (URL)
◆  CLUSTER ANALYSIS IN R: PRACTICAL GUIDE (URL)
◆  Principal Component Methods in R: Practical Guide (URL)