check_modifier_for_algebra {mxsem} | R Documentation |
check_modifier_for_algebra
Description
takes in the parameter table and checks if any of the modifiers therein is an mxAlgebra. If so, it replaces the modifier with a temporary name and adds an algebra to the algebra data.frame
Usage
check_modifier_for_algebra(parameter_table, directed, undirected)
Arguments
parameter_table |
parameter table |
directed |
symbol used to indicate directed effects (regressions and loadings) |
undirected |
symbol used to indicate undirected effects (variances and covariances) |
Value
data.frame with parameters (parameter table)
[Package mxsem version 0.1.0 Index]