Description Usage Arguments Value Examples
get_id()
, get_wave()
, and get_periods()
are extractor
functions that can be used to retrieve the names of the id and wave
variables or time periods of a panel_data
frame.
1 2 3 4 5 |
data |
A |
A panel_data
frame
1 2 3 4 5 | data("WageData")
wages <- panel_data(WageData, id = id, wave = t)
get_wave(wages)
get_id(wages)
get_periods(wages)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.