plot_weight | R Documentation |
Plot the weight distribution of the optimal design for univaraite regression model
plot_weight(design)
design |
The resulted design that contains the design points and the associated weights |
This functions produce a figure that contains the location and their associated weights of the resulted optimal design measures.
The plot that shows the given optimal design
Des = list(location = c(-1, +1), weight = c(0.5, 0.5))
plot_weight(Des)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.