forked from easystats/insight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
85 lines (77 loc) · 1.92 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
authors:
Daniel Lüdecke:
href: https://github.com/strengejacke
Dominique Makowski:
href: https://dominiquemakowski.github.io/
Indrajeet Patil:
href: https://github.com/IndrajeetPatil/
template:
params:
bootswatch: cosmo
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_random_slopes
- 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_data
- get_priors
- get_variance
- 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_weights
- get_weights
- title: "Access Further Information from Model Objects"
desc: >
Functions to access specific information from model objects.
contents:
- link_function
- link_inverse
- n_obs
- title: "Test Model Properties"
desc: >
Functions to test specific properties of model objects.
contents:
- all_models_same_class
- has_intercept
- is_model
- is_model_supported
- is_multivariate
- is_nullmodel
- title: "Utilities"
desc: >
Functions that are not specifically related to access model information,
but rather small utility functions (mostly for printing)
contents:
- clean_names
- clean_parameters
- download_model
- format_table
- format_value
- print_color
- print_parameters