You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to R programming, and I'm wondering why this error is happening
res <- TableSubgroupMultiGLM(formula =HY~EC,var_subgroups = c("age","sex","ethnic","education","BMI","smoking","drinking"), data = df)
Error in as.character(formula)[[3]] : subscript out of bounds
The text was updated successfully, but these errors were encountered:
I'm new to R programming, and I'm wondering why this error is happening
res <- TableSubgroupMultiGLM(formula =HY~EC,var_subgroups = c("age","sex","ethnic","education","BMI","smoking","drinking"), data = df)
Error in as.character(formula)[[3]] : subscript out of bounds
The text was updated successfully, but these errors were encountered: