Learn R Programming

PanelMatch (version 3.0.0)

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

Description

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

Usage

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

Value

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.

Arguments

object

PanelData object

...

Not used

Examples

Run this code
d <- PanelData(dem, "wbcode2", "year", "dem", "y")
summary(d)

Run the code above in your browser using DataLab