kollerma / robustlmm

This is an R-package for fitting linear mixed effects models in a robust manner. The method is based on the robustification of the scoring equations and an application of the Design Adaptive Scale approach.
28 stars 9 forks source link

Unknown error #6

Closed Hamedhm closed 7 years ago

Hamedhm commented 7 years ago

When I run the rlmer on my dataset I get:

Error in .local(x, y, ...) : Cholmod error 'problem too large' at file ../Core/cholmod_sparse.c, line 92

My dataset contains 48000 datapoints.

kollerma commented 7 years ago

rlmer uses quite a bit of memory in the initialisation. Unfortunately, there's not much that can be done about that. You'll have to try to run it on a machine with more memory.

Hamedhm commented 7 years ago

Thanks.