Thursday, February 22, 2018

Logistic regression I, 2017

Hi,

These are materials for logistic regression course I, academic year 2017 (2018). This year I use R version 3.4.3. 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 revised 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 typing the following two lines on your R console.

install.packages("ice", repos = "http://r-ice-project.org")
install.packages("epid", repos = "http://r-ice-project.org")



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: