Not generally intended to be used on its own, but exported anyway for didactic purposes.
align.optim(
  stacked,
  n,
  estimator,
  nstarts = 50,
  ncores = 3,
  hyper.first,
  center.means,
  eps.alignment,
  clf.ignore.quantile,
  verbose
)A list of results from multiple runs of the alignment optimizer:
mv Means and variances from each alignment run.
parout A table of outputs from link[stats]{optim} containing the
function values, convergence information, and resulting estimates of means
and variances from each run.
nFailedRuns The number of runs that failed to complete. An error is
returned if no runs fail.
Stacked parameter estimates from stackEstimates
Sample size in each group
See Alignment documentation.
Number of starting values for alignment; default is 10
See Alignment documentation.
See Alignment documentation.
See Alignment documentation.
See Alignment documentation.
See Alignment documentation.
See Alignment documentation.
See example for Alignment for examples