Description Usage Arguments Examples
Computes the core inflation using the subitem exclusion method
1 | INFL.core_ex(subits.var, weights, info, n.blocks = 4, alpha = 2)
|
subits.var |
A |
weights |
A |
info |
A |
n.blocks |
An |
alpha |
An |
1 2 3 4 5 6 | ipca <- Inflation::ipca_sub
ipc.ex1 <- Inflation::INFL.core_ex(subits.var = ipca$ipca_ts,
weights = ipca$weights_ts,
info = ipca$cod,
n.blocks = 4,
alpha = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.