Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dot_graph_htmt

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

Building and Estimating Structural Equation Models

v2.0.2
GPL-3
Authors
Soumya Ray [aut, ths], Nicholas Patrick Danks [aut, cre], André Calero Valdez [aut], Juan Manuel Velasquez Estrada [ctb], James Uanhoro [ctb], Johannes Nakayama [ctb], Lilian Koyan [ctb], Laura Burbach [ctb], Arturo Heynar Cano Bejar [ctb], Susanne Adler [ctb]
Initial release
2021-04-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.