Learn R Programming

RcmdrPlugin.TeachStat (version 1.1.0)

Depositos: 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")

Arguments

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

Examples

Run this code
# 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