plot_htmt {seminr} | R Documentation |
Plots a network graph of constructs based on HTMT measures
Description
Using a bootstrapped model this functions shows which constructs show insufficient discriminant validity.
Usage
plot_htmt(
model,
title = "HTMT Plot",
theme = seminr::seminr_theme_get(),
htmt_threshold = 1,
omit_threshold_edges = TRUE,
use_ci = FALSE
)
Arguments
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) |
Value
Returs a dot string of the plot
[Package seminr version 2.3.3 Index]