compile user defined parameter transformations to a pass to a SEM
.compileTransformations(syntax, parameterLabels, compile = TRUE, notes = NULL)
list with parameter names and two Rcpp functions: (1) the transformation function and (2) a function to create a pointer to the transformation function. If starting values were defined, these are returned as well.
string with user defined transformations
names of parameters in the model
if set to FALSE, the function will not be compiled -> for visual inspection
option to pass a notes to function. All notes of the current function will be added