Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 32 additions & 31 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,46 +7,47 @@ template:
danger: "#CA225E"
primary: "#CA225E"
includes:
in_header: |
<script defer data-domain="infer.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
in_header: |
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
<script defer data-domain="infer.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>

figures:
fig.width: 8
fig.height: 5.75

reference:
- title: Core Verbs
contents:
- specify
- hypothesize
- generate
- calculate
- fit.infer
- assume
- title: Helpers
contents:
- visualize
- get_p_value
- get_confidence_interval
- shade_p_value
- shade_confidence_interval
- title: Wrappers
contents:
- observe
- ends_with("_test")
- ends_with("_stat")
- title: Miscellaneous
contents:
- infer
- gss
- deprecated
- rep_sample_n
- "`%>%`"
- print.infer
- title: Core Verbs
contents:
- specify
- hypothesize
- generate
- calculate
- fit.infer
- assume
- title: Helpers
contents:
- visualize
- get_p_value
- get_confidence_interval
- shade_p_value
- shade_confidence_interval
- title: Wrappers
contents:
- observe
- ends_with("_test")
- ends_with("_stat")
- title: Miscellaneous
contents:
- infer
- gss
- deprecated
- rep_sample_n
- "`%>%`"
- print.infer

articles:
- title: Articles
navbar: ~
navbar:
contents:
- infer
- t_test
Expand Down
Loading