# NOT RUN {
data(odsData)
result <- ODSDesignIC(U = odsData$U,
V = odsData$V,
del1 = odsData$del1,
del2 = odsData$del2,
z = odsData$z,
mVal = 1L,
ind = odsData$ind,
a1 = 0.43,
a2 = 0.45,
beta = NULL,
maxit = 10L,
verbose = TRUE)
print(result)
mVal(result)
estimate(result)
optimObj(result)
minAIC(result)
summary(result)
# }
Run the code above in your browser using DataLab