View source: R/stability_plot.R
stability_plot | R Documentation |
Creates a custom designed visualisation of different metrics.
stability_plot(a, b, c, percentage)
a |
Metric on top of the central circle. For the stability plot this represents the overall upwards lift. |
b |
Metric below the central circle. For the stability plot this represents the overall downwards lift. |
c |
Metric on the horizontal axis (+/-). For the stability plot this represents the overall bias. |
percentage |
Percent stability, noted as mark in the circle. |
This function creates a custom designed visualisation of the metric on stabilisation of the model.
A visualisation plot
Yves R. Sagaert
## Not run:
stability_plot(a=3, b=6, c=10, percentage=25)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.