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

ppc_ecdf_overlay(): geom = "step" #259

Open
fweber144 opened this issue Jan 19, 2021 · 0 comments
Open

ppc_ecdf_overlay(): geom = "step" #259

fweber144 opened this issue Jan 19, 2021 · 0 comments

Comments

@fweber144
Copy link
Contributor

In #234, we discussed the following:

  • I tried to stick as close as possible to ppc_ecdf_overlay(), with one exception: In ppc_km_overlay(), I hard-coded the use of geom_step(). In contrast, ppc_ecdf_overlay() has an argument discrete which defaults to FALSE so that geom = "line" is used. I am using geom_step() in ppc_km_overlay() because in my opinion, the ECDF (and therefore also the ECCDF and the Kaplan-Meier estimate) is defined to be a step function. If you want, I can open a new issue for this as far as ppc_ecdf_overlay() is concerned.

I somehow lost sight of this. Have you thought about hard-coding the use of geom = "step" in ppc_ecdf_overlay() (and ppc_ecdf_overlay_grouped()) or setting the default of argument discrete to TRUE?

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