JuliaStats / GLM.jl

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

Added method for vector of dependent variable #453

Closed KronosTheLate closed 2 years ago

KronosTheLate commented 2 years ago

In this PR, inspired by this discussion, I have added methods to make a linear fit with a vector of inputs and a vector of inputs. Feedback is VERY welcome.

KronosTheLate commented 2 years ago

I am closing this, based on the continued discussion at https://discourse.julialang.org/t/the-simplest-linear-fit-with-glm/71316/11