-
Notifications
You must be signed in to change notification settings - Fork 4
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
JOSS Reviewer Issue #12
Comments
Hi! Thank you again for reviewing statmanager-kr ! By the way, I was wondering if you could tell me directly the code where you got the error you mentioned in Please have a look if you have a chance and get in touch with me, thanks very much! |
Hi! As I said before, I'm still working on fixes to improve my software related to the feedback you mentioned. I apologize for the significant delay. I'm guessing you've been busy as well and haven't been able to give me the code I need to reproduce the error you comment, so I'm looking to fix the code to raise an error on unintended user errors across the board. Thanks! |
thanks for the review @behinger. could you highlight where you saw the error for the |
hey sorry - I missed the first bump. I think my issue was that running something like this:
results in a not-userfriendly error (now I was simply thinking everything is in tidy-data format (one row per observation), but o.c. one can also employ a wider format like here. |
Hi! You don't have to be sorry. :) Also, while the documentation explains why the index column should be set for the user (you can see the related paragraph in the documentation here), I will explain to you separately why the index column should be set in Actually, many of the features of this software owe their origin to I'm not sure if I've explained this correctly, but I hope this helps address some of the comments you've made. Thank you! |
ah, I must have missed the explanation, very reasonable, thanks for repeating for me |
Hi! Letting you know how your work is progressing. By the way, I will add things related to the "Community guidelines" in readme file and documentation. Thank you! |
Hi! I deeply appreciate your patience and wait. As if that wasn't enough, I also added a contribute guideline to the documentation. I really hope these fixes will help you finalize your review. Have a great day! ref @teonbrooks |
nice! I answered the JOSS issue. My points were addressed. Maybe a small note: The "how to contribute" is one step dettached from the github readme in the notion file, maybe worth linking to that section from the readme immediately. |
Hi!
nice software you have there. I will use this issue to keep track of problems I found on the way to use it.
Search sm.howtouse("fgiure") for the function to draw pictures and graphs!
=> typo in figurehowtouse()
output it would be nice to get an example how to actual use a method, e.g. something likesm.progress(method = 'ttest_ind', vars = 'age', group_vars = 'sex').figure()
- (not for every method, just one general example to get an idea how to use it)AxisError:
axismust be an integer, a tuple of integers, or
None.
Indenpendent
in howtousettest_rel
I get aKeyError: 's'
if I use the wrong call syntax (which is impossible to find out from the REPL/jupyter notebook, you have to look into the actual manual).I will continue later, but the unittesting is really important, especially in a stats-package
Linking back to (openjournals/joss-reviews/issues/6642)
The text was updated successfully, but these errors were encountered: