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

svyglm not working due to minor error #11

Open
s7u512 opened this issue Oct 11, 2023 · 0 comments
Open

svyglm not working due to minor error #11

s7u512 opened this issue Oct 11, 2023 · 0 comments

Comments

@s7u512
Copy link

s7u512 commented Oct 11, 2023

svyglm does not work because of minor code error.

In RegParallel.R file, at line 175, there is a minor error: the option 'svyglm' is missing in:


if (!any((FUNtype %in% c('glm', 'lm', 'coxph', 'clogit', 'bayesglm')) == TRUE)) {   

I request that this be corrected to include 'svyglm':


  if (!any((FUNtype %in% c('glm', 'lm', 'coxph', 'clogit', 'bayesglm', 'svyglm')) == TRUE)) {

As otherwise the function stops here when FUNtype is specified as svyglm and RegParallel can actually take it.

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

No branches or pull requests

1 participant