reveal: Reveal the true data's position in a diagnostic parade

View source: R/reveal.R

revealR Documentation

Reveal the true data's position in a diagnostic parade

Description

This function reveals the position of the true data in a parade.

Usage

reveal(parade)

Arguments

parade

The name of an object generated using the parade or parade_summary function.

Examples

# Fit model
m <- lm(mpg ~ disp, data = mtcars)

# Generate parade
my_parade <- parade(m)

# Linearity check
lin_plot(my_parade)

# Reveal
reveal(my_parade)

janhove/cannonball documentation built on Feb. 19, 2025, 5:13 a.m.