[R-sig-ME] Entry point for lme4a
Koala
skorsky12 at gmail.com
Mon Oct 4 18:50:56 CEST 2010
I am trying to pinpoint the entry point into C++ functions for lme4a. This
function in external.cpp
RCPP_FUNCTION_6(NumericVector, merDeviance, S4 xp, NumericVector theta,
NumericVector beta, NumericVector u0, int verb, int alg) {
seemed to be it, but it is being called multiple times. What is the
corresponding C function to lmer() call in R? I am trying to call lme4a from an
outside C++ function that I need to integrate.
More information about the R-sig-mixed-models
mailing list