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

work with similar variable names more easily #145

Open
adw96 opened this issue Jan 9, 2023 · 0 comments
Open

work with similar variable names more easily #145

adw96 opened this issue Jan 9, 2023 · 0 comments
Labels
enhancement New feature or request low priority

Comments

@adw96
Copy link
Contributor

adw96 commented Jan 9, 2023

From Gary by email:

Caught an error in formatting the regression results! Some common causes for this error message:
      (i) name conflicts between covariates and one of the categories in the data (consider renaming your covariates);
      (ii) interactions between categorical variables with specified reference levels (consider changing the reference levels outside of the regress call).

"I have variables named height, heightsp55 and heightsp65 and I put U(~height+heightsp55+heightsp65) and I got the above error, but if I rename heightsp55 and heightsp65 as hsp55 and hsp65, then U(~height+hsp55+hsp65) does not give me any error."

Could rigr just deal with this by default?

@adw96 adw96 added enhancement New feature or request low priority labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

1 participant