Closed ddsjoberg closed 7 months ago
@ddsjoberg I think reorganizing by package makes sense since users would likely want to know the underlying function the ard* one is using. Maybe for the functions not from packages, they could be divided by their input (df vs linear models) - I'm guessing similar input would have similar analyses.
@ayogasekaram do you want to propose a new structure then implement?
something like that? @ddsjoberg
thanks @ayogasekaram ! I think we're thinking similarly. The yaml code would look something like this?
reference:
- title: "ARD Creation"
- subtitle: "{aod} package"
- contents:
- ard_aod_wald_test
- subtitle: "{car} package"
- ard_car_anova
...
- subtitle: "Other ARD functions"
- ard_proportion_ci
- ard_regression
- ard_regression_basic
- title: "Helpers"
- contents:
- proportion_ci
The thing I was still contemplating is whether ARDs from packages should be its own section and other ARDs should be it's own section, or just add them all together... 🤔
oh yes, dividing the functions by package does make sense. I can draft up a PR and see how that looks and if you want to make any changes we can adapt :) @ddsjoberg
Sounds great, thanks @ayogasekaram !
@ayogasekaram than you for the big function rename!
I am wondering if we should organize the pkgdown reference page by the source package? Would also need to figure out what to do with the functions not from packages, e.g. the proportion CI functions. What do you think?