data_Kremelburg_2011 | R Documentation |
Logistic and Poisson regression data from Kremelburg (2011).
data(data_Kremelburg_2011)
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.
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'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.