make_edge: Generic function to create row(s) for lavaan partable

Description Usage Arguments

Description

Curried convenience function which passes arguments straight into data.frame. Each row in the partable specifies an equation, e.g. "lhs ~~ label*rhs", where "~~" would be the operator.

Usage

1
make_edge(lhs, op, rhs, label, value = "")

Arguments

lhs

left-hand side of model equation

op

operator connecting both sides

rhs

right-hand side of model equation

label

label for parameter that weights rhs

value

value for parameter


machow/lavtools documentation built on May 21, 2019, 10:51 a.m.