nowcasting icon indicating copy to clipboard operation
nowcasting copied to clipboard

Nowcasting with the EM algorithm without imposing block restrictions on the factors.

Open carloshilal opened this issue 3 years ago • 4 comments

Hello,

I want to start by infinitely thanking the contributors/builders of this package! It has greatly smoothed the process of my application. However, I stumbled across a problem and I really hope that someone can help me with it!

I want to nowcast my dataset using the EM algorithm and only 1 factor without using the block structure sub-variable restrictions. I really hope that someone can guide me through how to tweak the nowcast function into the matter, or if it is possible for me to achieve this through this package.

Thank you! Best, Carlos.

carloshilal avatar Apr 13 '21 13:04 carloshilal

Hi Carlos,

I think you can do it via the package if the number of factors is greater than 1. I still get an error when the number of factors is equal to 1.

a1793182 avatar Jun 12 '21 03:06 a1793182

Same..

carloshilal avatar Jul 10 '21 10:07 carloshilal

Me too, the algorithm iterates but at the end appear this error

Error in colnames<-(*tmp*, value = as.vector(sapply(X = 1:dim(blocks)[2], : attempt to set 'colnames' on an object with less than two dimensions

aroaballesteros avatar Feb 04 '22 12:02 aroaballesteros

Thank you!!

aroaballesteros avatar Feb 18 '23 14:02 aroaballesteros