Newton Raphson method to get optimal weights
Newton Raphson method to get optimal weights for given design points "X".
S_weight(X, T, e1, f, ...)
X
: A numeric vector. K dose levels for a given designT
: A numeric vector. Model parameter valuese1
: Numeric. Threshold to stop the iteration.f
: A character. D_weight for D-optimal weight; c_weight for c-optimal weight; DD_weight for Ds-optimal weight...
: Default.Useful links