Converting yearly data in to quarterly data(Denton-Cholette test) by using R

preview_player
Показать описание
In this video I will show you how to convert yearly time-series data into quarterly data data by using Denton-Cholette method in R.
Рекомендации по теме
Комментарии
Автор

Great video. Smruti.

Excellent.

Regards from México

MetricaTube
Автор

But as per my readings, doesn't this "denton-cholette" method require indicator series for conversion of high freq info to low freq info?

shalinianunay
Автор

Awesome Video. But if i want to convert from quarterly data to daily, how should i structure my values in my excel file because? i keep getting an error when i try.

ngehrodrick
Автор

Hi, I keep getting an error of == Error in `-.default`(y_l, C %*% X) : non-conformable arrays, even though i have followed each step. Can anyone help me??

teshineebeeharry
Автор

How can I do similar thing in python ? Could you help me with this.

shubhambarnwal
Автор

Hello, I have a question for you. Could I convert data from quarterly to monthly using this? Is there anything different that I must do since the data I have is in quarterly format?

zuzia
Автор

Great video. How do you restrict your quarterly estimates to be non-negative?

bizill
Автор

I want to convert my annual data to quarterly with tempdisagg package and using denton cholette method
i am following the code given but everytime its showing an error
i have a data for 20 years. First i converted the series into time series

m11<- ts(India_reserves, start = 2000, end = 2019)
it was done

then i gave a command for disaggregation of data
ind4 <- td(ind1 ~ 1, to = ''quarterly'', method = ''denton-cholette'')

but the error is there
Error: unexpected symbol in "ind4 <- td(ind1 ~ 1, to = ''quarterly"

pls help me out. I am a novice in R. I was using Eviews for my thesis but this conversion is not happening through student version of Eviews. So i was trying with R.

Please guide me on this and do not ignore this message

shikhamalhotra
Автор

Getting this error- Error in `-.default`(y_l, C %*% X) : non-conformable arrays.
How do i rectify ?

palakkhanna