graemeleehickey/joineR

Remove jlike function?

graemeleehickey opened this issue · 0 comments

I think the jlike() function is essentially the same as em.alg() but with a different number of quadrature points, and with the final calculation of the log-likelihood. In the spirit of DRY programming, I think we can incorporate jlike into em.alg along with an extra loglik = TRUE/FALSE option. This will reduce the volume of code.