pareto_chart.lm: Pareto's chart

pareto_chart.lmR Documentation

Pareto's chart

Description

Creates a Pareto chart for the effects of a linear model.

Usage

## S3 method for class 'lm'
pareto_chart(obj, ...)

Arguments

obj

a linear model

...

further parameters (currently unused)

Value

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.

Examples

pareto_chart(lm(Y~A*B*C*D, data=filtration))

adas.utils documentation built on April 12, 2025, 1:52 a.m.