| umxJiggle | R Documentation |
umxJiggle takes values in a matrix and jiggles them
umxJiggle(matrixIn, mean = 0, sd = 0.1, dontTouch = 0)
matrixIn |
an |
mean |
the mean value to add to each value |
sd |
the sd of the jiggle noise |
dontTouch |
A value, which, if found, will be left as-is (defaults to 0) |
OpenMx::mxMatrix()
Other Advanced Model Building Functions:
umx,
umxAlgebra(),
umxFixAll(),
umxRun(),
umxThresholdMatrix(),
umxUnexplainedCausalNexus(),
xmuLabel(),
xmuValues()
## Not run:
mat1 = umxJiggle(mat1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.