Open simonpcouch opened 6 months ago
library(multilevelmod) #> Loading required package: parsnip mtcars$vs <- as.factor(mtcars$vs) fit(logistic_reg(engine = "gee"), vs ~ ., mtcars) #> Error in terms.formula(f, specials = "id_var"): '.' in formula and no 'data' argument
Created on 2024-05-26 with reprex v2.1.0
This seems to be due to a long-standing bug in the engine code.
Created on 2024-05-26 with reprex v2.1.0
This seems to be due to a long-standing bug in the engine code.