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 stackEstimates

n

Sample size in each group

estimator

See Alignment documentation.

nstarts

Number of starting values for alignment; default is 10

ncores

See Alignment documentation.

hyper.first

See Alignment documentation.

center.means

See Alignment documentation.

eps.alignment

See Alignment documentation.

clf.ignore.quantile

See Alignment documentation.

verbose

See Alignment documentation.

Details

See example for Alignment for examples

Value

A list of results from multiple runs of the alignment optimizer:


[Package AlignLV version 0.1.0.0 Index]