Learn R Programming

lavaanPlot (version 0.3.0)

buildCall: Builds the Diagrammer function call.

Description

Builds the Diagrammer function call.

Usage

buildCall(name = "plot", model, labels = NULL, graph_options, node_options,
  edge_options, coefs = coefs, sig = sig, stand = stand)

Arguments

name

A string of the name of the plot.

model

A model fit object of class lavaan.

labels

An optionalnamed list of variable labels fit object of class lavaan.

graph_options

A named list of graph options for Diagrammer syntax.

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

Value

A string specifying the path diagram for model