Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ordLORgee got killed due to memory issue #1

Closed
lzhtom opened this issue Oct 6, 2017 · 3 comments
Closed

ordLORgee got killed due to memory issue #1

lzhtom opened this issue Oct 6, 2017 · 3 comments
Labels

Comments

@lzhtom
Copy link

lzhtom commented Oct 6, 2017

I have a dataset with 12 patients, each has one explanatory variable and one response variable, and each patient was measured 2000 times (I know it's huge!). When running ordLORgee the whole R session crashed, presumably because of a memory issue. I was wondering if there's any way to side step this memory issue when the repeat number is huge.
Thanks a lot!

@AnestisTouloumis
Copy link
Owner

It is hard for me to comment on the nature of the presumably memory related issue without the code/data that cause R session to crash.

My advice is first to use the independence working model instead of a more complicated odds ratios structure in order to fit a GEE model. If the R session continues to crash, then you should either try to use a more powerful PC and/or HPC or use a subset of your data (if there is a reasonable way to do this).

@lzhtom
Copy link
Author

lzhtom commented Oct 9, 2017 via email

@AnestisTouloumis
Copy link
Owner

Hi Zhihua,

As I mentioned in my previous response, if you think that there is a reasonable way to reduce the data then you might want to try multgee again. However, I trust that you are in a better position than me to judge whether any "data reduction" is feasible.

I will now close this issue as this is rather a limitation of R rather than the package multgee.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants