powered by
Private sector deposits (in millions of euro) with credit institutions in the province of Ourense (Spain) in 2002-2018.
data("Depositos")
A data frame with 17 observations on the following 4 variables.
year
a factor, year
quantity
a numeric vector, deposit (in millions of euro) with credit institutions
E_IPC_2016
a numeric vector, Consumer Price Index (CPI) with base 2016 in Spain
G_IPC_2016
a numeric vector, Consumer Price Index (CPI) with base 2016 in Galicia
# NOT RUN { data(Depositos) .Sindex <- Sindex(Depositos, "year", "quantity", "2010")*100 print(.Sindex) Deflat(Depositos, "year", "quantity", "E_IPC_2016", "2011") # }
Run the code above in your browser using DataLab