plot_dl_test: Plots the Dominguez-Lobato test.

Description Usage Arguments Value Examples

View source: R/plot_functions.R

Description

Plots the Dominguez-Lobato test.

Usage

1

Arguments

x

An object of class 'dl_test'.

Value

Plot of type ggplot.

Examples

1
2
3
4
5
x <- 1:10
y <- 1:10
model <- lm(y~x-1)
dl_test <- dominguez_lobato_test(model)
plot_dl_test(dl_test)

FedericoGarza/lineartestr documentation built on Jan. 31, 2021, 11:11 a.m.