-
Notifications
You must be signed in to change notification settings - Fork 116
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
Implement fstatistic #424
Implement fstatistic #424
Conversation
44febf9
to
3dd4ec7
Compare
Thank you @palday for the suggestions, I implemented them, except un-deleting the two modelframe related functions for which I commented above. Is it desirable to also |
I only focused on some Julia/style issues; I'll let @nalimilan or @kleinschmidt comment on API choices. 😄 |
Seems related to issue #400 , if I am not mistaken. |
Sorry for not commenting earlier @OndrejSlamecka. How about making this a method of |
3dd4ec7
to
78f8c46
Compare
Re "making this a method of Line 87 in 504e518
That'd be nice API-wise. A disadvantage is that it wouldn't show when viewing the model summary (JuliaStats/StatsModels.jl#225) which is something to consider. If you want to go ahead with the "extending Line 125 in 504e518
I also just rebased on latest |
Adding this information to the first row of the table could be confusing, as it doesn't have the same meaning as in other rows. I was just thinking about using the |
84cf2ce
to
87c9cc0
Compare
Codecov Report
@@ Coverage Diff @@
## master #424 +/- ##
==========================================
+ Coverage 83.39% 83.84% +0.44%
==========================================
Files 6 6
Lines 771 786 +15
==========================================
+ Hits 643 659 +16
+ Misses 128 127 -1
Continue to review full report at Codecov.
|
@nalimilan I've done that now. Please let me know what you think. |
87c9cc0
to
c76d5c8
Compare
bc21522
to
06ba845
Compare
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
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.
Thanks! This is something we could consider moving to StatsModels so that other packages don't have to reimplement it. Would probably be worth filing an issue there to discuss it, if you feel like it.
To be used by JuliaStats/StatsModels.jl#225
I am not sure how much sense does
nobs::Float64
make butFloat64
is the return type ofnobs
.