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

consider integrating plot_match_success_rate() from pacta.multi.loanbook #574

Closed
cjyetman opened this issue Nov 13, 2024 · 1 comment
Closed

Comments

@cjyetman
Copy link
Member

The plot_match_success_rate() from pacta.multi.loanbook has/had a TODO comment to move plot_match_success_rate() here to r2dii.plot and export it. The comment will be removed, but the concept is now being tracked here.

https://github.com/RMI-PACTA/pacta.multi.loanbook/blob/03d3c10346d3c0a0bb132cb225a3cce01bfb307b/R/plots.R#L1-L6

# TODO: move to `r2dii.plot` and export
plot_match_success_rate <- function(data,
                                    metric_type = c("absolute", "relative"),
                                    match_success_type = c("n", "outstanding", "credit_limit"),
                                    currency,
                                    by_group) {
@cjyetman
Copy link
Member Author

This seems to be a duplicate of #563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant