xmu_dot_define_shapes: Helper to make the list of vars and their shapes for a...

xmu_dot_define_shapesR Documentation

Helper to make the list of vars and their shapes for a graphviz string

Description

Helper to make a graphviz rank string defining the latent, manifest, and means and their shapes

Usage

xmu_dot_define_shapes(latents, manifests, preOut = "")

Arguments

latents

list of latent variables (including "one")

manifests

list of manifest variables

preOut

existing output string (pasted in front of this: "" by default).

Value

string

See Also

- [xmu_dot_rank()]

Other Graphviz: xmu_dot_make_paths(), xmu_dot_make_residuals(), xmu_dot_maker(), xmu_dot_mat2dot(), xmu_dot_rank()

Examples

xmu_dot_define_shapes(c("as1"), c("E", "N"))

tbates/umx documentation built on March 16, 2024, 4:26 a.m.