PREp {SNSequate} | R Documentation |
Percent relative error
Description
This function calculates the percent relative error as described in Von Davier et al. (2004).
Usage
PREp(eq, p)
Arguments
eq |
An object of class |
p |
The number of moments to be calculated. |
Details
PREp (when equating form X
to Y
) is calculated as
where and
. Similar formulas can be found
when equating from
Y
to X
.
Value
A matrix containing the PREp for both X
to Y
(first column) and Y
to X
(second column) cases.
Author(s)
Jorge Gonzalez jorge.gonzalez@mat.uc.cl
References
Gonzalez, J. (2014). SNSequate: Standard and Nonstandard Statistical Models and Methods for Test Equating. Journal of Statistical Software, 59(7), 1-30.
Von Davier, A., Holland, P., and Thayer, D. (2004). The Kernel Method of Test Equating. New York, NY: Springer-Verlag.
See Also
Examples
#Example: Table 7.5 in Von Davier et al. (2004)
data(Math20EG)
mod.gauss<-ker.eq(scores=Math20EG,kert="gauss", hx = NULL, hy = NULL,degree=c(2, 3),design="EG")
PREp(mod.gauss,10)
[Package SNSequate version 1.3-5 Index]