Sunday, February 24, 2019

Logistic regression I, 2018

Hi,

These are materials for logistic regression course I, academic year 2018 (calendar year 2019). This year, I use R version 3.5.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 install 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: