RegParallel
RegParallel copied to clipboard
svyglm not working due to minor error
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.