Monday, February 24, 2020

Logistic regression I 2019

Hi,

These are materials for logistic regression course I, the academic year 2019 (the calendar year 2020). This year, I use R version 3.6.2. The outputs of R are the same as with the previous versions of R.

For the exercises in the module, download the following files.
anc.dta
agechd.dta
cca.dta
lowbwt.dta

The module can be downloaded here.
logistic1702-1.pdf

The required modules for this course are ice and epid which can be installed into R by downloading "ice_3.4.0.1.zip" and "epid_3.4.0.1.zip" and installing them manually into R.


Finally, you can try following my R script file. Please change the working directory to yours, otherwise the script will not run correctly.
exercises.R
exercise-additional.R

No comments: