Shikhar Mishra

Results 62 comments of Shikhar Mishra

For now, focus is on building a general survey design class that bypasses this issue entirely. So not going to focus resources at solving it right now

I suggest a piping syntax like this, instead of, or in addition to `svyby`, for getting mean heights by country for a design: ```julia macro svypipe(design::AbstractSurveyDesign, args...) # Some definitions...