These data come from the British Social Attitudes (BSA) Survey started in 1983. The eligible persons were all adults aged 18 or over living in private households in Britain. The data consist of completed results of 264 respondents out of 410.
data(Socatt)
A data frame with 1056 observations on the following 9 variables.
District ID - a factor
Respondent code (within district) - a factor
A factor with levels 1983
, 1984
,
1985
, and 1986
An ordered factor giving the number of positive answers to seven questions.
Political party chosen - a factor. Levels are
conservative
, labour
, Lib/SDP/Alliance
,
others
, and none
.
Self assessed social class - a factor. Levels are
middle
, upper working
, and lower working
.
Respondent's sex. (1=male, 2=female)
Age in years
Religion - a factor. Levels are Roman
Catholic
, Protestant/Church of England
, others
,
and none
.
These data are provided as an example of multilevel data with a multinomial response.
McGrath, K. and Waterton, J. (1986). British Social Attitudes 1983-1986 panel survey. London, Social and Community Planning Research.
# NOT RUN {
str(Socatt)
summary(Socatt)
# }
Run the code above in your browser using DataLab