summary.PanelData | R Documentation |
Summarize the number of unique units and time periods in a PanelData object
## S3 method for class 'PanelData'
summary(object, ...)
object |
PanelData object |
... |
Not used |
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.
d <- PanelData(dem, "wbcode2", "year", "dem", "y")
summary(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.