dot_graph_htmt | R Documentation |
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
)
model |
A bootsrapped PLS-Model |
title |
Optional title over the plot. |
theme |
Optional theme to use for plotting |
htmt_threshold |
The threshold to use under which constructs are highlighted (default = 1.0) |
omit_threshold_edges |
Whether or not to omit constructs that have low HTMT values (default = TRUE) |
use_ci |
Whether or not to rely on the upper threshold of the CI instead of the bootstrapped mean (default = FALSE) |
Returs a dot string of the plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.