Purpose: Create startvalues for OpenMx paths use cases umx:::xmuStart_value_list(1) umxValues(1) # 1 value, varying around 1, with sd of .1 umxValues(1, n=letters) # length(letters) start values, with mean 1 and sd .1 umxValues(100, 15) # 1 start, with mean 100 and sd 15
xmu_start_value_list(mean = 1, sd = NA, n = 1)the mean start value
the sd of values
how many to generate
- start value list
Other xmu internal not for end user: umxModel,
  xmuHasSquareBrackets,
  xmuLabel_MATRIX_Model,
  xmuLabel_Matrix,
  xmuLabel_RAM_Model, xmuMI,
  xmuMakeDeviationThresholdsMatrices,
  xmuMakeOneHeadedPathsFromPathList,
  xmuMakeTwoHeadedPathsFromPathList,
  xmuMaxLevels, xmuMinLevels,
  xmuPropagateLabels,
  xmu_check_levels_identical,
  xmu_dot_make_paths,
  xmu_dot_make_residuals