powered by
Clean and format formula.
format_formula(formula)
formula
Arguments passed to or from other methods.
# NOT RUN { library(psycho) library(lme4) fit <- lme4::glmer(vs ~ wt + (1 | gear), data = mtcars, family = "binomial") fit <- lm(hp ~ wt, data = mtcars) format_formula(get_formula(fit)) # }
Run the code above in your browser using DataLab