#There are 595 individuals
data("Wages", package="Ecdat")
pdim(Wages, 595)
# Gasoline contains two variables which are individual and time indexes
# and are the first two variables
data("Gasoline", package="Ecdat")
pdim(Gasoline)
# Hedonic is an unbalanced panel, townid is the individual index
data("Hedonic", package="Ecdat")
pdim(Hedonic, "townid")
Run the code above in your browser using DataLab