model <- lme4::lmer(Sepal.Length ~ Petal.Length + (1|Species), data=iris)
modelbased::estimate_link(modelbased::visualisation_matrix(model), model)
#> Error in data == "grid": comparison (1) is possible only for atomic and list types
Created on 2020-10-05 by the reprex package (v0.2.1)