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

Readability improvement #482

Merged
merged 23 commits into from
Jul 13, 2022
Merged

Commits on Apr 17, 2022

  1. Added description of a few more methods applied to the fitted models.…

    … Also exported aic, aicc, bic so that these methods can be accessed from GLM module directly
    Mousum committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    8edc0ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57cf413 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    f2ac0ec View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. added a few more examples

    Mousum committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    5ec088a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac9143e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Update docs/src/index.md

    Corrected a type error, and changed `includs` to `includes`.
    
    Co-authored-by: Alex Arslan <ararslan@comcast.net>
    mousum-github and ararslan committed May 23, 2022
    Configuration menu
    Copy the full SHA
    e0398b2 View commit details
    Browse the repository at this point in the history
  2. Update docs/src/index.md

    removed the definition of `bic`.
    
    Co-authored-by: Dave Kleinschmidt <dave.f.kleinschmidt@gmail.com>
    mousum-github and kleinschmidt committed May 23, 2022
    Configuration menu
    Copy the full SHA
    6f9dc79 View commit details
    Browse the repository at this point in the history
  3. Update docs/src/index.md

    removed the definition of `dof`.
    
    Co-authored-by: Dave Kleinschmidt <dave.f.kleinschmidt@gmail.com>
    mousum-github and kleinschmidt committed May 23, 2022
    Configuration menu
    Copy the full SHA
    2f54062 View commit details
    Browse the repository at this point in the history
  4. Update docs/src/index.md

    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    mousum-github and nalimilan committed May 23, 2022
    Configuration menu
    Copy the full SHA
    86ffe00 View commit details
    Browse the repository at this point in the history
  5. Update docs/src/index.md

    removed the definition of `aic` from here.
    
    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    mousum-github and nalimilan committed May 23, 2022
    Configuration menu
    Copy the full SHA
    f7c2e3a View commit details
    Browse the repository at this point in the history
  6. Update docs/src/index.md

    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    mousum-github and nalimilan committed May 23, 2022
    Configuration menu
    Copy the full SHA
    ad8654b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Remove "return" as requested

    ararslan committed May 24, 2022
    Configuration menu
    Copy the full SHA
    23c8d8a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. updated the code based on suggestions

    Mousum committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    7c8621a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Update docs/src/index.md

    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    mousum-github and nalimilan committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    499ed93 View commit details
    Browse the repository at this point in the history
  2. Update docs/src/index.md

    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    mousum-github and nalimilan committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    f6721f2 View commit details
    Browse the repository at this point in the history
  3. Update docs/src/index.md

    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    mousum-github and nalimilan committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    f786e31 View commit details
    Browse the repository at this point in the history
  4. Update docs/src/index.md

    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    mousum-github and nalimilan committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    3da9bb8 View commit details
    Browse the repository at this point in the history
  5. Update docs/src/index.md

    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    mousum-github and nalimilan committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    1c528db View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. removed direct exporting AIC, BIC, AICC etc.

    Mousum committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b4c408f View commit details
    Browse the repository at this point in the history
  2. added importing StatsBase in some example

    Mousum committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    4e34820 View commit details
    Browse the repository at this point in the history
  3. removed direct exporting AIC, BIC, AICC etc.

    Mousum committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    611ade9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Fix a couple of typos, move a variable definition

    Also use at-ref for referencing docstrings.
    ararslan committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    4b162c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Update src/GLM.jl

    The suggestion is committed.
    
    Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
    mousum-github and nalimilan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    d7d384d View commit details
    Browse the repository at this point in the history