View source: R/plot.PredictEffect.R
plot.PredictFindIt | R Documentation |
Plot estimated treatment effects when treat.type="single"
and
predicted outcomes for each treatment combination when
treat.type="multiple"
.
## S3 method for class 'PredictFindIt'
plot(x, main, xlab, ylab, interactive = FALSE, ...)
x |
output from |
main |
the argument specifying the main title of the plot. |
xlab |
the argument specifying the name of x axis. |
ylab |
the argument specifying the name of y axis. |
interactive |
whether to make a plot interactive; default is FALSE. |
... |
further arguments passed to or from other methods. |
Plot estimated treatment effects when treat.type="single"
and
predicted outcomes for each treatment combination when
treat.type="multiple"
.
plot |
Plot estimated treatment effects when
|
Naoki Egami, Marc Ratkovic and Kosuke Imai.
## See the help page for FindIt() for an example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.