Learn R Programming

FindIt (version 0.4)

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 class 'PredictFindIt':
plot(x, labels = "index", ...)

Arguments

x
Output from predict.FindIt.
labels
Arguments passed to plot.
...
Further arguments passed to or from other methods.

Value

  • plotPlot estimated treatment effects when treat.type="single" and predicted outcomes for each treatment combination when treat.type="multiple".

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