Skip to content

Commit

Permalink
example score equiv tables
Browse files Browse the repository at this point in the history
  • Loading branch information
markdly committed May 17, 2018
1 parent e776759 commit 9b266c2
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inst/extdata/ex1.cqc
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ show cases !estimates=latent >> ex1_05.pv;
/* 10 plausible values */
set n_plausible=10;
show cases !estimates=latent >> ex1_10.pv;

/* score equivalence tables */
equivalence mle >> ex1_mle.eqv;
equivalence wle >> ex1_wle.eqv;
23 changes: 23 additions & 0 deletions inst/extdata/ex1_mle.eqv
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
================================================================================
ex1 Thu May 17 15:30 2018
--------------------------------------------------------------------------------
MLE Equivalence Table for Dimension 1: (Dimension_1)
The regression model: Constant
The item model: item
................................................................................
Score Estimate Std Error
--------------------------------------------------------------------------------

0.30000 -3.68008 1.88290
1.00000 -2.32507 1.10421
2.00000 -1.40784 0.85385
3.00000 -0.76714 0.75882
4.00000 -0.22648 0.71808
5.00000 0.28092 0.71194
6.00000 0.80406 0.74140
7.00000 1.41039 0.82875
8.00000 2.27866 1.07907
8.70000 3.59312 1.86679
================================================================================
Computations assume complete data and integer scoring
================================================================================
23 changes: 23 additions & 0 deletions inst/extdata/ex1_wle.eqv
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
================================================================================
ex1 Thu May 17 15:30 2018
--------------------------------------------------------------------------------
WLE Equivalence Table for Dimension 1: (Dimension_1)
The regression model: Constant
The item model: item
................................................................................
Score Estimate Std Error
--------------------------------------------------------------------------------

0.00000 -3.31728 1.61052
1.00000 -1.99985 0.99671
2.00000 -1.26186 0.82730
3.00000 -0.69238 0.75116
4.00000 -0.19782 0.71690
5.00000 0.26780 0.71168
6.00000 0.74109 0.73583
7.00000 1.26854 0.80273
8.00000 1.94698 0.96354
9.00000 3.19496 1.56221
================================================================================
Computations assume complete data and integer scoring
================================================================================

0 comments on commit 9b266c2

Please sign in to comment.