-
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
Update README #174
Update README #174
Conversation
iuliadmtru
commented
Jan 11, 2023
•
edited
Loading
edited
- The references to the old design were removed. All examples now use the new general design.
- The Basic usage section is now more complete.
- I made some rephrasing in the other sections.
- The Documentation section was removed. It is now referenced at the end of the Basic usage section.
This partially solves #173. |
Codecov Report
@@ Coverage Diff @@
## singledesign #174 +/- ##
=================================================
+ Coverage 64.79% 85.79% +20.99%
=================================================
Files 13 13
Lines 196 176 -20
=================================================
+ Hits 127 151 +24
+ Misses 69 25 -44
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
yes looks good.
README.md
Outdated
|
||
This package is used to study complex survey data. It aims to be a fast alternative to the [Survey package in R](https://cran.r-project.org/web/packages/survey/index.html) developed by [Professor Thomas Lumley](https://www.stat.auckland.ac.nz/people/tlum005). | ||
This package currently supports simple random sample, stratified sample, single and |
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.
It supports any kind of sample.
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.
Would a stratified + cluster sample give correct results?
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.
@ayushpatnaikgit What do you think now?
It seems redundant to show mean, domain estimation etc for all the design. Perhaps show the constructor for srs, stratified sample, and cluster sample, but estimation for only 1. |
Co-authored-by: Ayush Patnaik <[email protected]>
Ok, I agree. |
I suggest merging #175 before merging this. The README.md file was not changed in that PR so there will be no conflicts. I can pull the changes from there to here and update the README according to the new |
This will need to change according to PR #175 |
Since this PR includes commits from the previously merged one (#175), I am closing it and creating a proper PR for the README update. |