powered by
Creates a Pareto chart for the effects of a linear model.
# S3 method for lm pareto_chart(obj, ...)
a Pareto chart (GGPlot2 object) of the effects of the model
Invisibly returns a data frame with the absolute effects of the model, their sign, and the cumulative effect.
a linear model
further parameters (currently unused)
pareto_chart(lm(Y~A*B*C*D, data=filtration))
Run the code above in your browser using DataLab