Description Usage Arguments Details Value
plot_distribution()
plots each distribution on a separate graph and returns
a tibble with the graphs.
1 | plot_distribution(model_array, hist = FALSE)
|
model_array |
a tibble retreived from the |
hist |
a logical indicating whether a histogram should overlay the distribution |
If a grouping variable was supplied to fit_model()
a graph is made for
each group.
A tibble with each row representing one distribution. The graphics
column contains a ggplot object with the specific graph. Additional
model information is returned including the type of model and the
equation corresponding to the model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.