Using a bootstrapped model this functions shows which constructs show insufficient discriminant validity.
dot_graph_htmt(
model,
title = "HTMT Plot",
theme = seminr::seminr_theme_get(),
htmt_threshold = 1,
omit_threshold_edges = TRUE,
use_ci = FALSE
)
Returs a dot string of the plot
A bootsrapped PLS-Model
Optional title over the plot.
Optional theme to use for plotting
The threshold to use under which constructs are highlighted (default = 1.0)
Whether or not to omit constructs that have low HTMT values (default = TRUE)
Whether or not to rely on the upper threshold of the CI instead of the bootstrapped mean (default = FALSE)