plot.pmpp: Plot method for objects of class 'pmpp'.

Description Usage Arguments Value Examples

View source: R/pmpp_plot.R

Description

Plot method for objects of class pmpp.

Usage

1
2
## S3 method for class 'pmpp'
plot(x, ...)

Arguments

x

object of class pmpp, as returned by pmpp()

...

other arguments passed to the method

Value

No object is returned. Displays a ggplot of density of the estimated individual-specific effects.

Examples

1
2
3
4
data(EmplUK, package = "plm")
EmplUK <- dplyr::filter(EmplUK, year %in% c(1978, 1979, 1980, 1981, 1982))
pmpp_model <- pmpp(dep_var = "emp", data = EmplUK)
plot(pmpp_model)

pmpp documentation built on Oct. 30, 2019, 11:35 a.m.