Description Usage Format Source Examples
The schoolResults data frame has multilevel data school results and gender for 1,905 school children from 73 schools in United Kingdom.
1 |
This data frame contains the following columns:
schoolIDschool identification number.
studentIDstudent identification number.
indicator that child is female:
1=child is female,
0=child is male.
writtenScorescore on traditional written examination paper out of a total of 160.
courseScorescore from projects undertaken during the course and marked by the student's own teacher, out of a total of 108.
Creswell, M. (1991). A multilevel bivariate model. In Data Analysis with ML3 (eds. Prosser, R., Rasbash, J. and Goldstein, H.) London: Institute of Education, London.
1 2 3 4 | library(HRW) ; data(schoolResults)
if (require("lattice"))
print(xyplot(writtenScore ~ courseScore|factor(schoolID),
groups = female,data = schoolResults))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.