is there any package for survey data analysis? having functionalities similar to stata would be great
1 Like
Do you mean svy:
? I don’t think there is anything that particular, unfortunately.
There is weighted mean in statsbase, and FixedEffectModels.jl can handle clustering and weights well.
yes, svy:
i see
We have developed Survey.jl
This contains a small set of much-used functions for working with survey data. The functionality is similar to the Survey package in R written by Prof. Thomas Lumley.
Please also look at the post written by @Ajay_Shah on other statistics packages developed by xKDR.
1 Like