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

Added group_by parameter to util_corr_fit() #69

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Added group_by parameter to util_corr_fit() #69

wants to merge 12 commits into from

Commits on Dec 7, 2023

  1. updated util_corr_fit outcome

    emcfalls committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ac10a71 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. added group_by param

    emcfalls committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ecf5cd2 View commit details
    Browse the repository at this point in the history
  2. added way to group by a variable for the data table

    emcfalls committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ea65fe4 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. extending group_by function to include all outputs

    emcfalls committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    39cf538 View commit details
    Browse the repository at this point in the history
  2. fixed is.null() issue

    emcfalls committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    543d063 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. changed param to group_by

    emcfalls committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    731cb64 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. allowing the function to group by multiple variables, issue with lowe…

    …r_triangle function
    emcfalls committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e8a292f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. finished adding group_by param

    emcfalls committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6423b3a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

Commits on Jan 16, 2024

  1. finished formatting code and testing util_corr_fit

    emcfalls committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7a57123 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. updated code for util_corr_fit -> new code does not account for insta…

    …nces where the group_by variable(s) are different for the synthetic and actual data
    emcfalls committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8309fc4 View commit details
    Browse the repository at this point in the history
  2. updated util_corr_fit code and tests

    emcfalls committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e42d840 View commit details
    Browse the repository at this point in the history