Learn R Programming

lineartestr (version 1.0.0)

plot_reset_test: Plot the reset test.

Description

Plot the reset test.

Usage

plot_reset_test(x)

Arguments

x

An object of class `reset_test`.

Value

Plot of type ggplot.

Examples

Run this code
# NOT RUN {
x <- 1:10 + rnorm(10)
y <- 1:10
model <- lm(y~x-1)
r_test <- reset_test(model)
plot_reset_test(r_test)
# }

Run the code above in your browser using DataLab