gcsemv1 | R Documentation |
GCSE exam results, taken from 73 schools in England, consisting of 1905 pupils.
gcsemv1
A data frame with 1905 observations on the following variables:
School identification (level 2 unit).
Student identification (level 1 unit).
Gender: a factor with levels Female
and Male
.
Age in months.
Score on the written component.
Score on the coursework component.
Constant (= 1).
The gcsemv1
dataset is one of the sample datasets provided with the
multilevel-modelling software package MLwiN (Rasbash et al., 2009); for
further details see Rasbash et al. (2012).
Rasbash, J., Charlton, C., Browne, W.J., Healy, M. and Cameron, B. (2009) MLwiN Version 2.1. Centre for Multilevel Modelling, University of Bristol.
Rasbash, J., Steele, F., Browne, W.J. and Goldstein, H. (2012) A User's Guide to MLwiN Version 2.26. Centre for Multilevel Modelling, University of Bristol.
See mlmRev
package for an alternative format of the same
dataset, with fewer variables.
## Not run:
data(gcsemv1, package = "R2MLwiN")
(mymodel <- runMLwiN(c(written, csework) ~ 1 + female + (1 | school) + (1 | student),
D = "Multivariate Normal", estoptions = list(EstM = 1), data = gcsemv1))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.