I run a mirt
model and the results summary
says:
In GPFoblq(L, Tmat = Tmat, normalize = normalize, eps = eps, maxit = maxit, :
convergence not obtained in GPFoblq. 1000 iterations used.
I would like to set maxit to 2000. And I would like to try to suggestion in Function generation; change defaults of other functions (partial). However, I cannot find the GPFoblq
function.
> GPFoblq()
Error: could not find function "GPFoblq"
I am confused -- how did mirt
call GPFoblq
? And how can I override the maxit
value?