.compileTransformations | R Documentation |
compile user defined parameter transformations to a pass to a SEM
.compileTransformations(syntax, parameterLabels, compile = TRUE, notes = NULL)
syntax |
string with user defined transformations |
parameterLabels |
names of parameters in the model |
compile |
if set to FALSE, the function will not be compiled -> for visual inspection |
notes |
option to pass a notes to function. All notes of the current function will be added |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.