align.optim {AlignLV} | R Documentation |
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
)
stacked |
Stacked parameter estimates from |
n |
Sample size in each group |
estimator |
See |
nstarts |
Number of starting values for alignment; default is 10 |
ncores |
See |
hyper.first |
See |
center.means |
See |
eps.alignment |
See |
clf.ignore.quantile |
See |
verbose |
See |
See example for Alignment
for examples
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.