``` r m <- lm(qsec ~ 1, data = mtcars) modelbased::estimate_prediction(m) |> plot() #> Error: No `by` variable was detected, so nothing to put in the x-axis. ``` <sup>Created on 2026-04-08 with [reprex v2.1.1](https://reprex.tidyverse.org)</sup> Not sure what's the best solution here: - Throw more informative error message - Produce histogram / density plot (https://github.com/easystats/performance/issues/897) instead - The plotting of *predictions* should *always* produce distribution plots
Created on 2026-04-08 with reprex v2.1.1
Not sure what's the best solution here: