plot_reset_test {lineartestr} | R Documentation |
Plot the reset test.
plot_reset_test(x)
x |
An object of class 'reset_test'. |
Plot of type ggplot.
x <- 1:10 + rnorm(10)
y <- 1:10
model <- lm(y~x-1)
r_test <- reset_test(model)
plot_reset_test(r_test)