idd.gplot: Plot the estimated effect.

Description Usage Arguments Value Examples

View source: R/idd.gplot.R

Description

idd.gplot takes an output object after idd and plots the estimated effect using ggplot2.

Usage

1
idd.gplot(x, mult = 1e+05)

Arguments

x

Name of the idd output object.

mult

Multiplier for the rates (default=100000).

Value

Returns a ggplot of the estimated time-varying effects based on the selected control group.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
data(simpanel)
idd.out <- idd(eventvar="y",
             popvar="pop",
             idvar="age",
             timevar="time",
             postvar="post",
             treatvar="treat",
             data=simpanel)
plot.out <- idd.gplot(idd.out)

## End(Not run)

carlbona/idd documentation built on May 19, 2019, 10:48 p.m.