-
Notifications
You must be signed in to change notification settings - Fork 22
/
_pkgdown.yml
106 lines (101 loc) · 2.22 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
template:
params:
bootswatch: flatly
bootstrap: 5
bslib:
bg: "#ffffff"
fg: "#000000"
primary: "#570008"
link-color: "#73000a"
success: "#466A9F"
base_font: {google: "Lato"}
heading_font: {google: "Raleway"}
code_font: {google: "IBM Plex Mono"}
h1-font-size: 2.5rem
h2-font-size: 2rem
h3-font-size: 1.5rem
reference:
- title: Summarizing and visualizing regression models
contents:
- summ
- summ.lm
- summ.glm
- summ.svyglm
- summ.merMod
- summ.rq
- set_summ_defaults
- export_summs
- plot_summs
- plot_coefs
- effect_plot
- j_summ
- title: Plotting and generating model predictions
contents:
- effect_plot
- make_predictions
- make_new_data
- partialize
- title: Data centering and scaling tools
contents:
- gscale
- scale_mod
- center_mod
- standardize
- center
- title: Survey data tools
contents:
- svycor
- svysd
- weights_tests
- wgttest
- pf_sv_test
- title: Theming
contents:
- theme_apa
- theme_nice
- add_gridlines
- add_x_gridlines
- add_y_gridlines
- drop_gridlines
- drop_x_gridlines
- drop_y_gridlines
- jtools_colors
- title: Miscellaneous
contents:
- has_concept("subsetters")
- num_print
- wrap_str
- wtd.sd
- has_concept("model_utils")
- md_table
- tidy.summ
- knit_print.summ.lm
- get_colors
- get_formula
- get_robust_se
- interact_plot
- predict_merMod
- movies
navbar:
left:
- icon: fa-home
href: index.html
- icon: fa-newspaper-o
text: "News"
href: news/index.html
- icon: fa-file-code-o
text: "Documentation"
href: reference/index.html
- icon: fa-book
text: "Vignettes"
menu:
- text: Tools for summarizing and visualizing regression models
href: articles/summ.html
- text: Visualizing regression model predictions
href: articles/effect_plot.html
- text: Calculate correlations and correlation tables with complex survey data
href: articles/svycor.html
right:
- icon: fa-github fa-lg
text: "Github"
href: https://github.com/jacob-long/jtools