summary.PanelData function

Summarize the number of unique units and time periods in a PanelData object

Summarize the number of unique units and time periods in a PanelData object

## S3 method for class 'PanelData' summary(object, ...)

Arguments

  • object: PanelData object
  • ...: Not used

Returns

Returns a data.frame object, with columns "num.units" and "num.periods." These specify the number of unique units and time periods that appear in the balanced panel data.

Examples

d <- PanelData(dem, "wbcode2", "year", "dem", "y") summary(d)
  • Maintainer: In Song Kim
  • License: GPL (>= 3)
  • Last published: 2025-03-03

Useful links