Builds the Diagrammer function call.
Usage
buildCall(
model = model,
name = name,
labels = labels,
graph_options = graph_options,
node_options = node_options,
edge_options = edge_options,
coefs,
sig,
stand,
covs,
stars,
digits,
conf.int,
edge_styles,
...
)
Arguments
- model
A model fit object of class lavaan.
- name
A string of the name of the plot.
- labels
An optional named list of variable labels fit object of class lavaan.
- graph_options
A named list of graph options for Diagrammer syntax. See for options here https://graphviz.org/docs/graph/
- node_options
A named list of node options for Diagrammer syntax.
- edge_options
A named list of edge options for Diagrammer syntax.
- coefs
whether or not to include significant path coefficient values in diagram
- sig
significance level for determining what significant paths are
- stand
Should the coefficients being used be standardized coefficients
- covs
Should model covariances be included in the diagram
- stars
a character vector indicating which parameters should include significance stars be included for regression paths, latent paths, or covariances. Include which of the 3 you want ("regress", "latent", "covs"), default is none.
- digits
A number indicating the desired number of digits for the coefficient values in the plot
- conf.int
whether or not to include confidence intervals of path coefficients
- edge_styles
Whether or not to depict non-significant coefficients with dashed paths
- ...
additional arguments to be passed to
buildPaths