You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: