panel_data | R Documentation |
Format your data for use with panelr.
panel_data(data, id = id, wave = wave, ...)
as_pdata.frame(data)
as_panel_data(data, ...)
## Default S3 method:
as_panel_data(data, id = id, wave = wave, ...)
## S3 method for class 'pdata.frame'
as_panel_data(data, ...)
as_panel(data, ...)
data |
A data frame. |
id |
The name of the column (unquoted) that identifies
participants/entities. A new column will be created called |
wave |
The name of the column (unquoted) that identifies
waves or periods. A new column will be created called |
... |
Attributes for adding onto this method. See
|
A panel_data
object.
data("WageData")
wages <- panel_data(WageData, id = id, wave = t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.