Skip to content
Prev 2875 / 20628 Next

I'm sorry, and here is what I mean to ask about speed

On Thu, September 24, 2009 1:42 am, Paul Johnson wrote:
There is a time-limited trial version of HLM
http://www.ssicentral.com/hlm/downloads.html

I haven't tried it, but I expect that I wont like it. I expect it will
have a philosophy that every model is special, rather than providing a
general model specification as in R.
I don't know what HLM use. lme used an EM algorithm which is one of the
slower ways, but with excellent properties, and I assume lmer uses the
same. It may be that Doug has set some of the convergence criteria so that
it will work with very complex models and these could be relaxed at the
users peril.  I would prefer slower.  R can also take a lot of time to do
some things, and the only way around this is to rewrite everything in C or
Fortran.

To me R has the advantage that I can set up a large number of complex
analyses with graphs, and just run the lot. If time became a concern
because it was preventing other use of my computer then I would set up a
linux server and run everything remotely.