| plot.robmedfit | R Documentation |
Dispatches to the appropriate plot function based on type.
## S3 method for class 'robmedfit'
plot(
x,
type = c("mediation", "balance", "sensitivity", "meditcv", "meditcv_profile",
"curvature"),
...
)
x |
A |
type |
Which plot to produce. One of:
|
... |
Passed to the underlying plot function. |
A ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.