craigcitro / aplore3

[R package]: Hosmer, Lemeshow and Sturdivant's "Applied Logistic Regression" datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aplore3 Build Status Build status

This package is a 'unofficial' companion to the textbook Applied Logistic Regression (3rd ed., 2013) by D.W. Hosmer, S. Lemeshow and R.X. Sturdivant (3rd ed.).

It includes all the datasets used in the book, both for easy reproducibility (assuming a didactic point of view) and algorithms benchmarking purposes.

Some analysis proposed in the text are reproduced in the examples, in order to provide data testing and code demos at the same time.

The vignette includes all the examples (with graphics too); therefore is organized per-dataset.

Datasets and variables have lower-case name with respect to the original sources. Categorical data were packaged as factor.

Regardin coding, help pages lists the internal/factor representation of the data (eg 1: No, 2: Yes), not the original one (eg 0: No, 1: Yes). This is intended to allow easier/safer recoding based on as.integer, especially for multinomial variables.

About

[R package]: Hosmer, Lemeshow and Sturdivant's "Applied Logistic Regression" datasets


Languages

Language:R 99.3%Language:Makefile 0.7%