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