Esercitarsi con le domande di statistica per i colloqui in R
Zuzanna Chmielewska
Actuary
Applicazioni delle serie temporali:


Analisi di serie temporali:



ts <- xts(x = values, order.by = dates)
plot(ts)

dates <- seq(from = as.Date("2010-01-01"),
to = as.Date("2010-12-31"))
dates <- seq(from = as.Date("2010-01-01"),
to = as.Date("2010-12-31"),
by = "1 month")
dates <- seq(from = as.Date("2010-01-01"),
to = as.Date("2010-12-31"),
by = "1 month")
ts[dates]







xts in REsercitarsi con le domande di statistica per i colloqui in R