umx_string_to_algebra: Convert a string to an OpenMx algebra
Description
This is useful use to quickly and easily insert values from R variables into the string (using paste() and rep() etc.), then parse the string as an mxAlgebra argument.
A use case is including a matrix exponent (that is A
Usage
umx_string_to_algebra(algString, name = NA, dimnames = NA)