plot.PredictFindIt: Plot estimated treatment effects or predicted outcomes for...

Description Usage Arguments Details Value Author(s) Examples

View source: R/plot.PredictEffect.R

Description

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

Usage

1
2
## S3 method for class 'PredictFindIt'
plot(x, main, xlab, ylab, interactive = FALSE, ...)

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.

Details

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

Value

plot

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

Author(s)

Naoki Egami, Marc Ratkovic and Kosuke Imai.

Examples

1
2
## See the help page for FindIt() for an example.
	

FindIt documentation built on Nov. 21, 2019, 1:07 a.m.