Description Usage Arguments Value Examples
Demean growth rates from panel.
| 1 | 
| tbl | A tbl of panel data; id “'id“', year “'year“', g_var | 
| g_var | The (quoted or unquoted) name of the growth rate variable to clean. | 
A tbl of panel data with growth rates demeaned
| 1 2 3 4 5 | asm <- fakedata::fake_panel(N = 10, T = 15) %>% select(-g)
asm %>% drop_outliers(g_var = 'g', method = 'winsorize')
asm %>% add_quantiles(g_var = 'g') %>% drop_outliers(g_var = 'g')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.