This is a sub-part of running Newton Raphon method to search c-optimal weights for the given design points. This is function probvides the obtained c-optimal weights after one iteration of Newton Raphson method.
c_weight(W, T, X, d, p, order, UB, I)
A numeric vector. The first K-1 weights for a given design
A numeric vector. Model parameter values
A numeric vector. K dose levels for a given design
Numeric. Step adjustment
Numeric. Define EDp
Numeric. The number of model paraemters
Numeric. The upper bound of the design points
A numeric matrix. Identity matrix.