plot.PredictFindIt: Plot estimated treatment effects or predicted outcomes for each treatment
combination.
Description
Plot estimated treatment effects when treat.type="single"
and
predicted outcomes for each treatment combination when
treat.type="multiple"
.
Usage
# S3 method for PredictFindIt
plot(x, main, xlab, ylab, interactive = FALSE, ...)
Value
- plot
Plot estimated treatment effects when
treat.type="single"
and predicted outcomes for each treatment
combination when treat.type="multiple"
.
Arguments
- x
output from predict.FindIt
.
- 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.
Author
Naoki Egami, Marc Ratkovic and Kosuke Imai.
Details
Plot estimated treatment effects when treat.type="single"
and
predicted outcomes for each treatment combination when
treat.type="multiple"
.
Examples
Run this code
## See the help page for FindIt() for an example.
Run the code above in your browser using DataLab