Learn R Programming

umx (version 1.4.9)

umxJiggle: umxJiggle

Description

umxJiggle takes values in a matrix and jiggles them

Usage

umxJiggle(matrixIn, mean = 0, sd = 0.1, dontTouch = 0)

Arguments

matrixIn
an mxMatrix to jiggle the values of
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)

Value

- mxMatrix

References

- http://www.github.com/tbates/umx

See Also

Other Advanced Model Building Functions: umxLabel, umxRAM2Ordinal, umxThresholdMatrix, umxValues, umx_fix_first_loadings, umx_fix_latents, umx

Examples

Run this code
## Not run: 
# mat1 = umxJiggle(mat1)
# ## End(Not run)

Run the code above in your browser using DataLab