-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
85 lines (85 loc) · 2.39 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
url: https://lukaswallrich.github.io/timesaveR
reference:
- title: Report correlations, regressions and summaries
desc: "Functions to create publication-ready tables for common analysis tasks \n"
- contents:
- matches("report_")
- -report_anova
- title: Calculate correlation matrices
desc: |
It can be surprisingly difficult to calculate correlation matrices, particularly when data is weighted or incomplete. These functions help and prepare data for `report_cor_table()`
- contents: matches("cor_matrix")
- title: Formatters and reporting helpers
desc: |
Functions to format numbers for statistical reporting and other helpers for statistical reporting
- contents:
- starts_with("fmt")
- round_
- round_df
- sigstars
- get_pairwise_letters
- report_anova
- rename_cat_variables
- get_rename_tribbles
- get_coef_rename_tribble
- na_share
- cut_p
- gt_apa_style
- gt_add_plots
- plot_distributions
- starts_with("tidy")
- starts_with("glance")
- title: Run and plot mediation models
desc: |
Mediation models can be estimated with lavaan. These functions offer a simple interface and an integrated path from modeling to visualisation
- contents:
- run_mediation
- plot_mediation
- plot_moderated_mediation
- title: Make and assess scales
desc: |
Psychologists often use multiple items to measure a construct. These functions create scale scores and assess reliability (internal consistency)
- contents:
- make_scale
- make_scales
- make_scale_mi
- spearman_brown
- title: Statistical tests
desc: |
Some functions to facilitate running common tests with less common requirements
- contents:
- lm_std
- polr_std
- t_test_mi
- paired_t_test_d
- pairwise_t_tests
- svy_pairwise_t_test
- pairwise_t_test_mi
- mira.lm_F_test
- title: Survey functions
desc: Functions to work with survey data
- contents: starts_with("svy")
- title: Demo datasets
- contents:
- ess_health
- WVS
- title: Workflow functions
desc: |
Miscellaneous functions that can improve your workflow, from setting up structured analysis projects to using the clipboard
- contents:
- setup_analysis_project
- clip_excel
- dump_to_clip
- run_and_format
- to_tribble
- line_to_vector
- ggsave_show
- dummy_code
- na_ifs
- na_when
- title: Miscellaneous
- contents:
- timesaveR
- knit_print.timesaveR_raw_html
- print.timesaveR_raw_html
- paste_