plot_models | R Documentation |
Returns a list of plots, each with the data and the fitted model overlaid.
plot_dml(v, object, ..., xlim = NULL) plot_pml(v, object, ..., xlim = NULL) plot_qqml(v, object, ...)
v |
numeric vector |
object |
resulting object from |
... |
other arguments passed on to |
xlim |
optionally, restrict the range of the function to this range |
The returned list allows, in conjunction with wrap_plots
or another
function from any library of your choice, to combine the resulting plots into one, or simply
edit/show each plot separately.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.