Skip to content

Commit

Permalink
return sparse grid when using QMCEM
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Dec 17, 2024
1 parent bd4a1f6 commit efa98b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/03-estimation.R
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,9 @@ ESTIMATION <- function(data, model, group, itemtype = NULL, guess = 0, upper = 1
if(opts$storeEtable){
Internals$Etable <- ESTIMATE$Etable
Internals$Theta <- Theta
if(opts$method == 'QMCEM')
Internals$Theta <- updateTheta(npts=opts$quadpts, nfact=nfact,
pars=pars, QMC=TRUE)[[1]]
}
if(opts$storeEMhistory)
Internals$EMhistory <- ESTIMATE$EMhistory
Expand Down

0 comments on commit efa98b9

Please sign in to comment.