plot_distribution: Plot each distribution

Description Usage Arguments Details Value

Description

plot_distribution() plots each distribution on a separate graph and returns a tibble with the graphs.

Usage

1
plot_distribution(model_array, hist = FALSE)

Arguments

model_array

a tibble retreived from the fit_model() function

hist

a logical indicating whether a histogram should overlay the distribution

Details

If a grouping variable was supplied to fit_model() a graph is made for each group.

Value

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.


bprucka/uttr documentation built on May 27, 2019, 11:54 a.m.