Description Usage Arguments Value See Also Examples
Calculates percentiles for plausible values
1 2 |
pvlabel |
The label corresponding to the achievement variable, for example, "BSMMAT", for overall mathematics performance. |
per |
User-defined percentiles (e.g., per = c(5, 10, 25, 75, 90, 95)). |
by |
The label of the categorical grouping variable (e.g., by="IDCNTRYL") or variables (e.g., by=c("IDCNTRYL", "ITSEX")). |
data |
An R object, normally a data frame, containing the data from TIMSS. |
export |
A logical value. If TRUE, the output is exported to a file in comma-separated value format (.csv) that can be opened from LibreOffice or Excel. |
name |
The name of the exported file. |
folder |
The folder where the exported file is located. |
timss.per.pv returns a data frame with percentiles and associated standard errors. Default weights (e.g. "TOTWGT" in TIMSS) and percentiles are specified in the config parameter.
pisa.per.pv, pirls.per.pv
1 2 3 4 5 | ## Not run:
# Appendix G.2, p. 484, TIMSS 2011 International Results in Mathematics
timss.per.pv(pvlabel="BSMMAT", per = c(5, 10, 25, 50, 75, 90, 95), by="IDCNTRYL", data=timssg8)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.