align.optim {AlignLV} | R Documentation |
Runs alignment optimizer
Description
Not generally intended to be used on its own, but exported anyway for didactic purposes.
Usage
align.optim(
stacked,
n,
estimator,
nstarts = 50,
ncores = 3,
hyper.first,
center.means,
eps.alignment,
clf.ignore.quantile,
verbose
)
Arguments
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 |
Details
See example for Alignment
for examples
Value
A list
of results from multiple runs of the alignment optimizer:
-
mv
Means and variances from each alignment run. -
parout
A table of outputs fromlink[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.