Description Usage Arguments Examples
Item Fit indexes 'chi^2' and 'g^2' statistics
1 2 3 4 5 6 7 8 9 10 11 |
x |
data.frame of item response data. |
para |
item parameter data.frame estimated by |
theta |
theta parameter vector. This length must be same to |
fc |
a first column of item response data.frame. |
H |
the munber of cut point. To know how to cut, see |
p |
p value. |
D |
a scale constant |
dot_size |
a point size of ggplot.See |
line_size |
line size of ggplot.See |
1 2 3 4 5 | res <- ifind(sim_data_1, sim_param$para, sim_eap$res$EAP, fc=2)
# result
res$X2
res$G2
res$ggplot
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.