I don't really understand the family code in `model_info`, but here's a test: ```r test_that("mblogit is not linear", { requiet("mclogit") mod <- mblogit(factor(gear) ~ mpg + hp, data = mtcars, trace = FALSE) expect_false(model_info(mod)$is_linear) }) ```
I don't really understand the family code in
model_info, but here's a test: