Skip to content
Prev 7717 / 20628 Next

lme4Eigen's bootMer & installing latest svn

Ben Bolker <bbolker at ...> writes:
I was able to get lme4Eigen_0.9996875-13  to compile this (Monday)
morning on my Mac from source after first compiling version 0.2.0
of RcppEigen, which is available on CRAN but I don't see it on Rforge.
(R version 2.14.2 Patched (2012-02-29 r58552)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
Lion 10.7.3).

On an issue from a while back (and going off subject), 
I'm pleased to say that the links from
the psyphy package that allow non-zero lower asymptotes for binomial
families seem to  work with lme4Eigen, at least for binomial aggregated
data.  So far, I get errors for binary responses.  For example to use the
mafc.probit link for a 4-alternative forced-choice experiment, where
one might want to limit the lower asymptote of the link function to 0.25,
I first do the following:

Bi4 <- glmFamily$new(family = binomial(mafc.probit( 4 )))

and then use the argument 

family = Bi4$family

in the arguments to glmer.

It seems to produce promising results in simulated data when I aggregate the
binary responses but when I try it with a binary response variable, I get:

Error in FUN(1:3[[1L]], ...) : Downdated VtV is not positive definite

I would be happy to share the simulation script, if anyone is interested.

Thanks.