powered by
Plots the Dominguez-Lobato test.
plot_dl_test(x)
An object of class `dl_test`.
Plot of type ggplot.
# NOT RUN { x <- 1:10 y <- 1:10 model <- lm(y~x-1) dl_test <- dominguez_lobato_test(model) plot_dl_test(dl_test) # }
Run the code above in your browser using DataLab