-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove extra docstrings and reorder methods for mean
and total
#117
Conversation
mean
Codecov Report
@@ Coverage Diff @@
## design_update #117 +/- ##
=================================================
- Coverage 49.79% 47.09% -2.70%
=================================================
Files 11 11
Lines 492 465 -27
=================================================
- Hits 245 219 -26
+ Misses 247 246 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
The documentation for |
mean
mean
and total
Can you remove the function corresponding to #109? |
Removed strata means option for now. will reformat and add back at later stage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mean.jl look good. In total.jl docstring tests there are using Survey
, Im not sure if they are required? @iuliadmtru @ayushpatnaikgit. otherwise looks good to merge
Removed it |
I reordered the methods such that the first methods correspond to the main functionality (calculating the mean of a survey design variable) and the last methods correspond to the
by
functionality (calculating the mean of a variable from a subpopulation). The very last method is not part of these, we should discuss on issue #109 what to do with it.After reordering, I removed the docstrings from all methods apart from the first one for each group and I added relevant examples for all methods inside that docstring.