z_test
performs one- and two-sample Z-tests for the diff
values.z_test(dataset, imp, imp_alt = NULL, alternative = c("two.sided", "less", "greater"), mu = 0, conf.level = 0.95, v)
set
representing the set of implications (ought to be a quasi order)."two.sided"
(default), "less"
, or
"greater"
.v = 1
(minimized corrected) and
v = 2
(corrected).z_test
returns a named
list consisting of the following seven components:iita
, the interface that provides the three (sample)
inductive item tree analysis methods under one umbrella;
variance
for estimated asymptotic variances of diff
coefficients. See also DAKS-package
for general
information about this package.
sel_set<-ind_gen(ob_counter(pisa[, 1:3]))
z_test(pisa[, 1:3], sel_set[[2]], sel_set[[3]], v = 1)
Run the code above in your browser using DataLab