| sf_model | R Documentation |
Create a surveyframe model specification
sf_model(
id,
label = NULL,
type = c("efa", "cfa", "cb_sem", "pls_sem"),
engine = NULL,
constructs = list(),
paths = list(),
covariances = list(),
indirect = list(),
options = list()
)
id |
Model identifier. |
label |
Human-readable model label. |
type |
Model type. One of |
engine |
Optional engine name. Defaults to |
constructs |
List of |
paths |
List of |
covariances |
List of |
indirect |
List of |
options |
List of model options, such as |
An object of class sf_model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.