| sf_construct | R Documentation |
Define a latent or composite construct
sf_construct(
id,
label = NULL,
items = character(0),
mode = c("reflective", "composite", "formative", "single_item"),
weights = NULL
)
id |
Construct identifier. Must start with a letter and contain only
letters, numbers, and |
label |
Human-readable construct label. |
items |
Character vector of indicator item IDs. |
mode |
Measurement mode. One of |
weights |
Optional indicator weights for later PLS-SEM planning. |
An object of class sf_construct.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.