JuliaStats / GLM.jl

Generalized linear models in Julia
Other
593 stars 114 forks source link

Add residuals convenience function to docs #445

Closed ym-han closed 2 years ago

ym-han commented 3 years ago

Preliminary attempt at adding discussion of residuals convenience function to docs, since it's in the code (and obviously in StatsBase), but not, as far as I can tell, mentioned otherwise anywhere in any of the docs.

ym-han commented 3 years ago

This is my first real PR to a Julia package repo, so please forgive me if I've made any mistakes in setting this up.

ym-han commented 2 years ago

Sorry about taking so long to get to this; I got busy with school. Let me know if there's anything else you would like me to add or fix.

nalimilan commented 2 years ago

Something seems to have gone wrong when rebasing: many unrelated changes appear in the diff, and there are conflicts.

ym-han commented 2 years ago

Sorry about that; I'll fix it by tomorrow night.

ym-han commented 2 years ago

OK this should be fixed / be what we want now

codecov-commenter commented 2 years ago

Codecov Report

Merging #445 (69cb024) into master (64ec692) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #445   +/-   ##
=======================================
  Coverage   84.01%   84.01%           
=======================================
  Files           7        7           
  Lines         807      807           
=======================================
  Hits          678      678           
  Misses        129      129           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 64ec692...69cb024. Read the comment docs.

nalimilan commented 2 years ago

Thanks!