plot_models: Plot models

plot_modelsR Documentation

Plot models

Description

Returns a list of plots, each with the data and the fitted model overlaid.

Usage

plot_dml(v, object, ..., xlim = NULL)

plot_pml(v, object, ..., xlim = NULL)

plot_qqml(v, object, ...)

Arguments

v

numeric vector

object

resulting object from fit_mlm

...

other arguments passed on to geom_histogram for plot_dml, to stat_ecdf for plot_pml, to stat_qq for plot_qqml

xlim

optionally, restrict the range of the function to this range

Details

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.


mnaR99/mshelpers documentation built on May 22, 2022, 6:03 a.m.