dot_graph_htmt: Creates a dot string with a network graph of constructs based...

View source: R/plot_htmt.R

dot_graph_htmtR Documentation

Creates a dot string with a network graph of constructs based on HTMT measures

Description

Using a bootstrapped model this functions shows which constructs show insufficient discriminant validity.

Usage

dot_graph_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


seminr documentation built on Oct. 13, 2022, 1:05 a.m.