Depositos {RcmdrPlugin.TeachStat} | R Documentation |
Deposits with credit institutions in Ourense
Description
Private sector deposits (in millions of euro) with credit institutions in the province of Ourense (Spain) in 2002-2018.
Usage
data("Depositos")
Format
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
Source
Galician Institute of Statistics (2019):
Examples
data(Depositos)
.Sindex <- Sindex(Depositos, "year", "quantity", "2010")*100
print(.Sindex)
Deflat(Depositos, "year", "quantity", "E_IPC_2016", "2011")
[Package RcmdrPlugin.TeachStat version 1.1.3 Index]