I am moving my code from R to Julia. I am a user of the survey package in R. The R code takes several hours to run so
I wonder if this Julia package can be used for my problem.
I have household level data of income and I want to compute the statewise total.
Here is how I do it in R:
Hi, thank you for making this package.
I am moving my code from R to Julia. I am a user of the survey package in R. The R code takes several hours to run so I wonder if this Julia package can be used for my problem.
I have household level data of income and I want to compute the statewise total. Here is how I do it in R:
state.total.income will be a monthly timeseries of aggregate household income.
I think it will be useful to have a section of the documentation of the package on moving from R to Julia.