INFL.core_ex {Inflation} | R Documentation |
Computes the core inflation using the subitem exclusion method
Description
Computes the core inflation using the subitem exclusion method
Usage
INFL.core_ex(subits.var, weights, info, n.blocks = 4, alpha = 2)
Arguments
subits.var |
A |
weights |
A |
info |
A |
n.blocks |
An |
alpha |
An |
Examples
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)
[Package Inflation version 0.1.0 Index]