CategoricalArrays
("Factor") variables support for population proportions and counts
#268
Labels
food for thought
High level ideas/links or thoughts for long run dev of project
Milestone
In R
survey
, population proportions and counts are calculated usingmean
andtotal
respectively. Previously in Survey.jl we followed this approach, which can be seen inAnalyticalSolution
branch.I am wondering if a more "Julian" approach would be to have
prop
andcount
(fn name could be different) functions separately? This way we dont cluttermean
andtotal
estimators too much with extra if-else ladders or methods, and have clean work forprop
andcount
specific functionalities.Thoughts?
See #52 for previous discussion on categorical arrays
The text was updated successfully, but these errors were encountered: