Rafa Lopes
Rafa Lopes
Hello there, Tried several times do install the package from the repo but is not working, how do I install it?
Hello there, Is there any rapid and fast way to know from a `code_muni` in which health_region, macro or micro, this municipality is inserted? This is tricky to do if...
Hi Josiah, thank you for the amazing package! It helped me a lot! I don't know if this is the right place for this kind of issue, but I think...
Hessian test is constructed to avoid problems when the INLA solver stack in negative eigenvalues, to avoid it we can work on the length iteration steps. The test can be...
Through a simple linear model adjusted to the trajectories, we can infer the tendency of the epidemic curve, to do so we can construct functions that take the posteriors output...
Implement and test a model with covariate of tweets counts and google trends searches on the main function `nowcasting_inla`: - [ ] creates new shadow function `nowcasting_covariates()` - [ ]...
Create new internal functions for nowcasting with and without spatial structured data, `nowcasting_spatial` for spatialy structured data and the existing `nowcasting_age` & `nowcasting_no_age` for non-spatial structured data - [ ]...
To build more cleaverly the package, without problems when calling `nowcasting_inla()`, create another functions that will by called by `nowcasting_inla` to make nowcasting without stratifying and make nowcasting with clustering...