Learn R Programming

atmopt (version 0.1.0)

atm.init: 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

Run this code
# 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