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

Internal function prepare_probs_distribution_data #121

Open
Tracked by #117
uriahf opened this issue Nov 16, 2023 · 1 comment
Open
Tracked by #117

Internal function prepare_probs_distribution_data #121

uriahf opened this issue Nov 16, 2023 · 1 comment

Comments

@uriahf
Copy link
Owner

uriahf commented Nov 16, 2023

No description provided.

@uriahf
Copy link
Owner Author

uriahf commented Nov 18, 2023

The function should create the following output:

Condition on nothing

-[ ] One population and one model.
-[ ] One population and several models.
-[ ] Several populations several models (one model for each population).

One data frame that contains the following columns:

  • "reference_group"
  • "mids"
  • "counts"
  • "text_obs"
  • "text_range"
  • "text"

Condition on reals

-[ ] One population and one model.
-[ ] One population and several models.
-[ ] Several populations several models (one model for each population).

Two data frames (one for real_positives and one for real_negatives) that contain the following columns:

  • "reference_group"
  • "mids"
  • "counts"
  • "text_obs"
  • "text_range"
  • "text"

Condition on probs

-[ ] One population and one model.
-[ ] One population and several models.
-[ ] Several populations several models (one model for each population).

Two data frames (one for predicted_positives and one for predicted_negatives) that contain the following columns:

  • "reference_group"
  • "mids"
  • "counts"
  • "text_obs"
  • "text_range"
  • "text"

@uriahf uriahf changed the title Internal function prepare_events_per_strata_data Internal function prepare_probs_distribution_data Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant