| Mums {gamlss.data} | R Documentation |
Mothers encouragement data
Description
Mothers encouragement for participation in Higher Education. The response variable is mums a three level factor
which can be used in a multinomial Logistic model or mumsB a two level factor suitable for binary logistic model.
Usage
data(Mums)
Format
A data frame with 871 observations on the following 7 variables.
- mums
mothers encouragement: factor with levels
1is for strong encouragement,2is for some encouragement and3for no encouragement/discouragement- class
social class: a factor with levels
1is C1,2is C2,3is D and4is E- age
age of the participants: a factor with levels
1is 16-18,2is 19-20 and3is 20-30- gender
a factor with levels
1is male and2is female- ethn
ethnicity of the participants: a factor with levels
1is white,2is black,3is asian and4is other- qual
qualifications of the participants: a factor with levels,
1is greater or equal to 2 A levels,2is HND or more than 5 GCSE's,3is less than 5 GSCSE's ar none above and4no formal qualification- mumsb
mothers encouragement: a factor with levels,
0is no encouragement or some encouragement1is for strong encouragement
Details
The data were collected as part of the Social Class and widening Participation in Higher Education Project based at the University of North London (now London Metropolitan University) and supported by the University's Development and Diversity Fund over the period 1998-2000.
Source
Professor Robert Gilchrist director of STORM at London Metropolitan
References
Collier T., Gilchrist R. and Phillips D. (2003), Who Plans to Go to University? Statistical Modelling of potential Working-Class Participants, Education Research and Evaluation, Vol 9, No 3, pp 239-263.
Examples
data(Mums)
MM<-xtabs(~mums+qual, data=Mums)
mosaicplot(MM, color=TRUE)
MM<-xtabs(~mums+ethn+gender, data=Mums)
mosaicplot(MM, color=TRUE)