adl_disaggregation | R Documentation |
Title
adl_disaggregation(
series,
constant = TRUE,
trend = FALSE,
indicators = NULL,
conversion = c("Sum", "Average", "Last", "First", "UserDefined"),
conversion.obsposition = 1,
phi = 0,
phi.fixed = FALSE,
phi.truncated = 0,
xar = c("FREE", "SAME", "NONE")
)
series |
|
constant |
|
trend |
|
indicators |
|
conversion |
|
conversion.obsposition |
|
phi |
|
phi.fixed |
|
phi.truncated |
|
xar |
# qna data, fernandez with/without quarterly indicator
data("qna_data")
Y<-ts(qna_data$B1G_Y_data[,"B1G_FF"], frequency=1, start=c(2009,1))
x<-ts(qna_data$TURN_Q_data[,"TURN_INDEX_FF"], frequency=4, start=c(2009,1))
td1<-rjd3bench::adl_disaggregation(Y, indicators=x, xar="FREE")
td2<-rjd3bench::adl_disaggregation(Y, indicators=x, xar="SAME")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.