data_Kremelburg_2011 {SIMPLE.REGRESSION} | R 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)
LOGISTIC_REGRESSION(data = data_Kremelburg_2011, DV='OCCTRAIN',
hierarchical=list( step1=c('AGE'), step2=c('EDUC','REALRINC')) )
COUNT_REGRESSION(data=data_Kremelburg_2011, DV='OVRJOYED',
forced=c('AGE','EDUC','REALRINC','SEX_factor'))
[Package SIMPLE.REGRESSION version 0.1.9 Index]