powered by
atm.init initialize the ATM object to use for optimization.
atm.init
atm.init(nfact, nlev)
Number of factors to optimize.
A vector containing the number of levels for each factor.
# NOT RUN { 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 # }
Run the code above in your browser using DataLab