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

Scan and automatically subset data prior to estimation to reduce memory use. #28

Open
edsandorf opened this issue May 27, 2021 · 0 comments
Labels
development Something that needs to be done in development

Comments

@edsandorf
Copy link
Owner

The idea of padding the data with NA to get equal sized chunks for each respondent may lead to substantially more RAM used. Scan the LL function to detect which variables are indeed used in estimation to correctly subset the data.

This functionality is likely added in the function prepare_data.

@edsandorf edsandorf added the development Something that needs to be done in development label May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Something that needs to be done in development
Projects
None yet
Development

No branches or pull requests

1 participant