Skip to content
Prev 385808 / 398503 Next

How can we get a predicted value that are used to plot the figure using a plot_model function of sjPlot?

If you read ?plot_model() there is a description of type="pred" that
suggests fuller details are found under ?ggeffect() from the ggeffects
package.

This in turn suggests that if you use 'ggpredict()' with arguments
that replicate those you used in plot_model(), you get a data.frame
with the values that get passed to plot_model().

As these functions can handle many different fitted models, the help
pages are large and have subsections for different model classes.
However, the information requested is (as is not uncommon) in the help
pages.

Paul Bivand
On Sat, 19 Sep 2020 at 19:30, Bert Gunter <bgunter.4567 at gmail.com> wrote: