Wald test of differential test functioning.
delta_test.RdA Wald test of the difference between the unweighted mean of the y_fun and robust scaling parameter from rdif. Called internally by rdif
Arguments
- object
either the output of
get_model_parmsor anrdifobject fromrdif.- theta
the estimated scaling parameter from
rdif. Not needed whenobjectis anrdifobject.- k
the tuning parameter from
rdif. Not needed whenobjectis anrdifobject.- fun
one of
c("a_fun1", "a_fun2", "d_fun1", "d_fun2", "d_fun3"). See description for details.
Examples
#
# \donttest{
mod <- rdif(mle = rdif.eg)
#> Error: object 'rdif.eg' not found
delta_test(object = rdif.eg, theta = mod$est, k = mod$k)
#> Error: object 'rdif.eg' not found
delta_test(mod)
#> Error: object 'mod' not found
# }