Skip to content
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

Docs for not using a DataFrame #454

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 11, 2021

  1. Docs for not using a DataFrame

    This PR adds documentation on how to do a fit without using a DataFrame, as suggested by @pdeffebach in [this thread](https://discourse.julialang.org/t/the-simplest-linear-fit-with-glm/71316/11).
    KronosTheLate authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    3dd01f4 View commit details
    Browse the repository at this point in the history
  2. Added example without intercept

    This commit adds another very basic example, that I would have appreciated when I first met GLM. It also links to the documentation of `@formula`, which I think is highly relevant.
    KronosTheLate authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5a5b08f View commit details
    Browse the repository at this point in the history