runModel | R Documentation |
Start the estimation of an IRT model defined by defineModel
. runModel
should be called with the argument returned by defineModel
.
runModel(defineModelObj, show.output.on.console = FALSE,
show.dos.console = TRUE, wait = TRUE)
defineModelObj |
The object returned by |
show.output.on.console |
Applies only if |
show.dos.console |
Applies only if |
wait |
Applies only if |
If defineModel
previously was called with software = "tam"
, the returned value
is identically to the corresponding TAM output. If defineModel
previously was called
with software = "conquest"
, the returned value contains only internally used information
useful for getResults
.
Sebastian Weirich
# see examples in the help file of defineModel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.