tristanz / OpenIRT (http://people.fas.harvard.edu/~tzajonc/openirt.html)

Bayesian and Maximum Likelihood Estimation of Item Response Theory (IRT) Models

Clone this repository (size: 589.9 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/tristanz/openirt
commit 30: fd5052119a16
parent 29: b717082f6b6e
branch: default
Don't display command.
Tristan Zajonc / tristanz
8 months ago

Changed (Δ2 bytes):

raw changeset »

Stata/openirt.ado (1 lines added, 1 lines removed)

Up to file-list Stata/openirt.ado:

@@ -135,7 +135,7 @@ program openirt
135
135
	local a `execfile' --config-file=`inifile' --test-file=`item_file' --response-file=`response_file' ///
136
136
    --test-outfile=`testout' --response-outfile=`responseout' ///
137
137
    --sample-size=`samplesize' --burnin=`burnin' --thin=1 --random-seed=`seed'
138
	display "`a'"
138
	* display "`a'"
139
139
	! `a'
140
140
	
141
141
	cap confirm file `responseout'