data_Kremelburg_2011: data_Kremelburg_2011

data_Kremelburg_2011R Documentation

data_Kremelburg_2011

Description

Logistic and Poisson regression data from Kremelburg (2011).

Usage

data(data_Kremelburg_2011)

Source

Kremelburg, D. (2011). Chapter 6: Logistic, ordered, multinomial, negative binomial, and Poisson regression. Practical statistics: A quick and easy guide to IBM SPSS Statistics, STATA, and other statistical software. Sage.

Examples

head(data_Kremelburg_2011)

# for Kremelburg, 2011, p. 244
LOGISTIC_REGRESSION(data = data_Kremelburg_2011, DV='OCCTRAIN',
                    forced = c('AGE','female','EDUC','REALRINC'))
                    
# for Kremelburg, 2011, p.262 & p. 282: poisson regression
COUNT_REGRESSION(data=data_Kremelburg_2011, DV='OVRJOYED', 
                 forced=c('AGE','EDUC','REALRINC','female'))
                 
# for Kremelburg, 2011, p. 266-267 & p. 284: negative binomial regression
COUNT_REGRESSION(data=data_Kremelburg_2011, DV='HURTATWK', 
                 forced=c('AGE','EDUC','REALRINC','female'),
                 model_type = 'negbin')


SIMPLE.REGRESSION documentation built on Jan. 21, 2026, 5:07 p.m.