atm.init {atmopt} | R Documentation |
Initializing ATM object
Description
atm.init
initialize the ATM object to use for optimization.
Usage
atm.init(nfact, nlev)
Arguments
nfact |
Number of factors to optimize. |
nlev |
A vector containing the number of levels for each factor. |
Examples
nfact <- 9 #number of factors
lev <- 4
nlev <- rep(lev,nfact) #number of levels for each factor
fit <- atm.init(nfact,nlev) #initialize ATM object
[Package atmopt version 0.1.0 Index]