View source: R/panel_methods.R
summary.panel_data | R Documentation |
summary
method for panel_data
objects.
## S3 method for class 'panel_data'
summary(object, ..., by.wave = TRUE, by.id = FALSE, skim_with = NULL)
object |
A |
... |
Optionally, unquoted variable names/expressions separated by
commas to be passed to |
by.wave |
(if |
by.id |
(if |
skim_with |
A closure from |
data("WageData")
wages <- panel_data(WageData, id = id, wave = t)
summary(wages, lwage, exp, wks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.