Add subset()
style function
#185
Labels
enhancement
New feature or request
high priority
High priority tasks, eg. relating to release
logic heavy
For if-elseif-else ladders, type checking, logic heavy tasks
Milestone
In R, there is a
subset
function which is a transformation from SurveyDesign->SurveyDesign and ReplicateDesign->ReplicateDesign such that the domain of the survey is restricted to given condition (eg age>18 or sex="Male"). Subpopulation estimates are then calculated with any API function likemean
total
etc (instead of the full population estimate)How to implement this? for replicate design R code is given line 667 here, for
SurveyDesign
given line 314 hereThe text was updated successfully, but these errors were encountered: