Forum: gecon


RE: gEcon.estimation installed on MAC cannot perform Bayesian estimation [ Reply ] By: Karol Podemski on 2022-11-13 20:22 | [forum:49497] |
The problem is due to a change in the fkf function interface (from FKF package) and it can be resolved by installing the 0.1.7 revision of FKF package from its archive page https://cran.r-project.org/src/contrib/Archive/FKF/ . The next release of gEcon.estimation package will accomodate this change and will be compatible with the newest version of FKF on CRAN. |
gEcon.estimation installed on MAC cannot perform Bayesian estimation [ Reply ] By: peng shun on 2022-05-27 11:27 | [forum:49491]![]() |
When installing gEcon.estimation, a warning appears but shows that the installation was successful. * installing *source* package ‘gEcon.estimation’ ... ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading Note: possible error in 'fkf(a0 = x_0, P0 = MSE_0, ': unused argument (check.input = TRUE) ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (gEcon.estimation) However, when a Bayesian estimate is made, the a posteriometric estimate cannot be made, and the following error occurs: Initial values of parameters for estimation Initial value sd(epsilon_Z) 0.0012 sd(epsilon_G) 0.0060 omega 1.5000 phi_G 0.9500 phi_Z 0.9500 Initial values of the parameters: sd(epsilon_Z) sd(epsilon_G) omega phi_G phi_Z 0.0012 0.0060 1.5000 0.9500 0.9500 Error in fkf(a0 = x_0, P0 = MSE_0, ct = rep(0, n), dt = rep(0, n_vars), : unused argument (check.input = TRUE) My computer and software version is macOS10.14.6 & R3.6.3 & gEcon1.2.0 & gEcon.estimation 0.1.0 |