insongkim / PanelMatch

113 stars 34 forks source link

R session aborting #46

Closed elsavoytas closed 4 years ago

elsavoytas commented 4 years ago

Hello,

I have a very large dataset (91 million observations), and when I run PanelMatch, my R session aborts. I have had some success running the script on my university's cluster computers, but I was wondering if you had tips I might implement to run the code locally.

Thanks, Elsa

kosukeimai commented 4 years ago

Hey Elsa, I suggest that you subset the data based on key variables. For example, if gender is known to be important, you can analyze men and women separately. This way, you can reduce the size of data for matching.

elsavoytas commented 4 years ago

Thanks Kosuke. Appreciate the tip!