forked from easystats/insight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
136 lines (125 loc) · 2.99 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
url: https://easystats.github.io/insight/
template:
bootstrap: 5
package: easystatstemplate
reference:
- title: "Comprehensive Information from Model Objects"
contents:
- model_info
- title: "Find Information from Model Objects"
desc: >
Functions to access names or information from model objects. These
functions have no `get_*()`-counterpart.
contents:
- find_algorithm
- find_formula
- find_interactions
- find_offset
- find_random_slopes
- find_smooth
- find_terms
- find_variables
- title: "Get Data from Model Objects"
desc: >
Functions to get values or data from model objects. These functions
have no `find_*()`-counterpart.
contents:
- get_auxiliary
- get_data
- get_datagrid
- get_df
- get_intercept
- get_loglikelihood
- get_modelmatrix
- get_predicted
- get_predicted_ci
- get_priors
- get_residuals
- get_sigma
- get_variance
- get_varcov
- get_deviance
- get_family
- title: "Find Information or Get Data from Model Objects"
desc: >
Functions to list model-specific objects or to extract values (or data)
associated with model-specific objects.
contents:
- find_parameters
- get_parameters
- find_predictors
- get_predictors
- find_random
- get_random
- find_response
- get_response
- find_statistic
- get_statistic
- find_transformation
- get_transformation
- find_weights
- get_weights
- title: "Access Further Information from Model Objects"
desc: >
Functions to access specific information from model objects.
contents:
- get_call
- starts_with("link_")
- model_name
- starts_with("n_")
- title: "Test Model Properties"
desc: >
Functions to test specific properties of model objects.
contents:
- all_models_same_class
- has_intercept
- starts_with("is_")
- title: "Value Formatting"
desc: >
Functions for formatting (summary) output for printing
contents:
- contains("color")
- starts_with("format_")
- text_remove_backticks
- title: "Utilities"
desc: >
Functions that are not specifically related to access model information,
but rather small utility functions (mostly for printing)
contents:
- starts_with("clean_")
- display
- download_model
- ellipsis_info
- export_table
- null_model
- print_parameters
- starts_with("standardize_")
- is_empty_object
- starts_with("object_has_")
- starts_with("compact_")
- check_if_installed
- safe_deparse
- trim_ws
- n_unique
- title: "Example Datasets"
desc: >
Used in examples or for testing
contents:
- fish
- title: "Documentation of Specific Class Objects"
contents:
- find_parameters.BGGM
- find_parameters.emmGrid
- find_parameters.gamlss
- find_parameters.betamfx
- find_parameters.glmmTMB
- find_parameters.zeroinfl
- find_parameters.averaging
- get_parameters.BGGM
- get_parameters.emmGrid
- get_parameters.gamm
- get_parameters.betamfx
- get_parameters.glmm
- get_parameters.zeroinfl
- get_parameters.betareg
- get_parameters.htest