Skip to content
Prev 1390 / 20628 Next

Speed estimation for lmer?

On Thu, Sep 11, 2008 at 4:12 PM, Adam D. I. Kramer
<adik-rhelp at ilovebacon.org> wrote:
There are two ways in which this will take longer.  Each iteration
will take longer and it will probably take many more iterations.  A 36
parameter optimization problem is a big problem.  Optimization usually
doesn't scale linearly.  Worst case it is exponential in the length of
the parameter vector.  Most optimization algorithms can do better than
that but the complexity is still on the order of p^3 or more.
There is some discussion in the "Administration" manual about this.
Rather than trying to hot swap the libraries I would probably
reconfigure and recompile.  Configure using --with-blas=no and
--with-lapack=no.
You're welcome.