covid19br / nowcaster

Repository to the R package nowcaster, nowcasting with INLA
https://covid19br.github.io/nowcaster
GNU General Public License v3.0
17 stars 5 forks source link

Nowcasting functions that accept any type of data #4

Open rafalopespx opened 2 years ago

rafalopespx commented 2 years ago

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 specified data.

Tentative names, nowcasting_no_stratum() and nowcasting_cluster(), add the parameters to call those functions on nowcasting_inla(), these new functions will have a structure similar to nowcasting_age()

lsbastos commented 2 years ago

I have created a branch to create a stand alone version of nowcasting_inla + nowcasting_age, if that works, I will go for the nowcasting_no_stratum. Wish me luck! I don't want to mess up with git. :-)

rafalopespx commented 2 years ago