Skip to content

Conversation

@andreasnoack
Copy link
Member

Only show the coefficients instead of the full coefficients table. At the time of the fitting, the user cannot pass arguments related to inference such as the level of the confidence interval, so it is better to only show this output when calling coeftable explicitly.

Also, include the distribution family and link function when fitting glms as well as include the number of observations, the residual degrees of freedom and the residual deviance in the output.

Adjust the show method to include MIME"text/plain" as it is producing "decorated" output. Finally, explicitly test the show method agaist reference output instead of just writing it to an IOBuffer.

@codecov
Copy link

codecov bot commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.98%. Comparing base (c5e2b2a) to head (e3006f2).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #629      +/-   ##
==========================================
+ Coverage   96.94%   96.98%   +0.03%     
==========================================
  Files           8        8              
  Lines        1213     1229      +16     
==========================================
+ Hits         1176     1192      +16     
  Misses         37       37              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Only show the coefficients instead of the full coefficients table.
At the time of the fitting, the user cannot pass arguments related
to inference such as the level of the confidence interval, so it
is better to only show this output when calling coeftable explicitly.

Also, include the distribution family and link function when fitting
glms as well as include the number of observations, the residual degrees
of freedom and the residual deviance in the output.

Adjust the show method to include MIME"text/plain" as it is producing
"decorated" output. Finally, explicitly test the show method agaist
reference output instead of just writing it to an IOBuffer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants