pmpp (version 0.1.0)

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

Description

Plot method for objects of class pmpp.

Usage

# S3 method for 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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab