plot.multiple_models: Plot Deviance of Multiple Models

Description Usage Arguments Details Value

View source: R/helper_outlier.R

Description

A plot method to show the approximated deviance distribution of multiple models

Usage

1
2
## S3 method for class 'multiple_models'
plot(x, sig_col = "#FF0000A0", ...)

Arguments

x

A multiple_models object returned from a called to fit_multiple_models

sig_col

Color of the significance level area (default is red)

...

Extra arguments. See details.

Details

The dotted line represents the observed deviance of the observation under the hypothesis and the colored (red is default) area under the graph represents the significance level. Thus, if the dotted line is to the left of the colored area, the hypothesis that the observation is an outlier cannot be rejected. Notice however, if there is no dotted line, this simply means, that the observed deviance is larger than all values and it would disturb the plot if included.

No extra arguments ... are implement at the moment.

Value

No return value, called for side effects


molic documentation built on June 2, 2021, 5:07 p.m.