update_weightsDS | R Documentation |
Implementation of the weight update formula for Ds-Optimality used to optimize the weights of a design, which is to be applied iteratively until no sizable changes happen.
update_weightsDS(design, sens, s, delta)
design |
Design to optimize the weights from. It's a dataframe with two columns:
|
sens |
Sensibility function for the design and model. |
s |
number of parameters of interest of the model |
delta |
A parameter of the algorithm that can be tuned. Must be |
returns the new weights of the design after one iteration.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.