Closed stephens999 closed 5 years ago
fit.em <- ash(betahat,sebeta,mixcompdist = "normal",optmethod = "mixEM")
fit.mixsqp <- ash(betahat,sebeta,mixcompdist = "normal",optmethod = "mixSQP")
fit.ip <- ash(betahat,sebeta,mixcompdist = "normal",optmethod = "mixIP")
The third one does not work.
@pcarbo