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

Plot method for data_tabulate #293

Merged
merged 15 commits into from
Aug 31, 2023
Merged

Plot method for data_tabulate #293

merged 15 commits into from
Aug 31, 2023

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    fe77044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c0d96 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    f6fdf1d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'plot_data_tabulate' of https://github.com/easystats/see

    …into plot_data_tabulate
    etiennebacher committed May 30, 2023
    Configuration menu
    Copy the full SHA
    500ba76 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. try adding error bars

    etiennebacher committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    8f64c61 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    f0f61dc View commit details
    Browse the repository at this point in the history
  2. add doc [skip ci]

    etiennebacher committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4b34064 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    118f443 View commit details
    Browse the repository at this point in the history
  2. lintr

    etiennebacher committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7d8d194 View commit details
    Browse the repository at this point in the history
  3. fix warnings

    etiennebacher committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c05e347 View commit details
    Browse the repository at this point in the history
  4. add some tests

    etiennebacher committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    66abea2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fbb0db View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

Commits on Aug 31, 2023

  1. tweaks

    1. change `remove_na` to `show_na` and set default to conditionally show the missing category if any NA are present
    2. use the Wilson confidence interval rather than the normal approximation to avoid CIs that escape the [0, 1] bounds
    3. namespace ggplot2 functions
    4. add arguments for the column and error bar colors, defaulting to blue hues for each
    bwiernik committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e04947a View commit details
    Browse the repository at this point in the history
  2. namespace qnorm

    bwiernik committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1079e2b View commit details
    Browse the repository at this point in the history