powered by
pmpp
Plot method for objects of class pmpp.
# S3 method for pmpp plot(x, ...)
object of class pmpp, as returned by pmpp()
pmpp()
other arguments passed to the method
No object is returned. Displays a ggplot of density of the estimated individual-specific effects.
ggplot
# 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