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

Store identical predictor terms from different formula entries only once #5

Open
davidruegamer opened this issue Dec 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@davidruegamer
Copy link
Contributor

In a model with, e.g., list_of_formulas = list( ~ 1 + x + s(z), ~ 1 + s(z) + d(x) ) the processor term only needs to be stored once as the corresponding weights for the different predictor terms are anyway not stored within the processed term. However, this would require information for orthogonalization to be more general. This means the processor would then not applied for each list_of_formulas terms separately, but applied once for all terms and then different predictor roles are assigned.

@davidruegamer davidruegamer added the enhancement New feature or request label Dec 1, 2021
@davidruegamer davidruegamer changed the title Store unique predictor terms only once Store identical predictor terms from different formula entries only once Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant