forked from easystats/parameters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
163 lines (151 loc) · 3.79 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
authors:
Daniel Lüdecke:
href: https://github.com/strengejacke
Dominique Makowski:
href: https://dominiquemakowski.github.io/
Mattan S. Ben-Shachar:
href: https://github.com/mattansb
Indrajeet Patil:
href: https://sites.google.com/site/indrajeetspatilmorality/
template:
params:
bootswatch: flatly
reference:
- title: "Comprehensive Model Parameters"
contents:
- compare_parameters
- model_parameters
- model_parameters.aov
- model_parameters.befa
- model_parameters.default
- model_parameters.zcpglm
- model_parameters.gam
- model_parameters.mlm
- model_parameters.merMod
- model_parameters.lavaan
- model_parameters.kmeans
- model_parameters.Mclust
- model_parameters.mira
- model_parameters.PCA
- model_parameters.principal
- model_parameters.stanreg
- model_parameters.BFBayesFactor
- model_parameters.rma
- model_parameters.htest
- model_parameters.glht
- model_parameters.averaging
- model_parameters.t1way
- pool_parameters
- random_parameters
- print.parameters_model
- title: "Standard Errors, Confidence Intervals, Degrees of Freesom and p-values"
contents:
- standard_error
- ci.merMod
- p_value
- p_value.lmerMod
- p_value.BFBayesFactor
- p_value.zeroinfl
- p_value.poissonmfx
- p_value.DirichletRegModel
- degrees_of_freedom
- n_parameters
- subtitle: "Robust Estimation Methods"
contents:
- standard_error_robust
- subtitle: "Approximation Methods"
contents:
- p_value_wald
- p_value_kenward
- p_value_satterthwaite
- p_value_betwithin
- p_value_ml1
- title: "Effect Existence and Significance"
contents:
- equivalence_test
- equivalence_test.lm
- title: "Parameter Sampling"
contents:
- bootstrap_model
- bootstrap_parameters
- simulate_model
- simulate_parameters
- title: "Variable Preparation"
contents:
- center
- demean
- rescale_weights
- data_partition
- convert_data_to_numeric
- title: "Feature Reduction"
contents:
- reduce_parameters
- select_parameters
- title: "Data Reduction"
- subtitle: "Cluster Analysis"
contents:
- check_clusterstructure
- cluster_analysis
- cluster_discrimination
- n_clusters
- subtitle: "Factors and Principal Components"
contents:
- check_factorstructure
- check_kmo
- check_sphericity
- convert_efa_to_cfa
- factor_analysis
- get_scores
- n_factors
- principal_components
- reduce_data
- reshape_loadings
- title: "Data Properties"
contents:
- describe_distribution
- check_multimodal
- skewness
- smoothness
- title: "Table and Value Formatting"
contents:
- display.parameters_model
- format_order
- format_parameters
- format_p_adjust
- parameters_type
- print_md
- title: "Example Data Sets"
contents:
- qol_cancer
- fish
navbar:
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: News
href: news/index.html
- text: Features
href: reference/index.html
- text: Parameters Description
menu:
- text: Summary of Model Parameters
href: articles/model_parameters.html
- text: Standardized Model Parameters
href: articles/model_parameters_standardized.html
- text: Robust Estimation of Standard Errors
href: articles/model_parameters_robust.html
- text: Model Parameters and Missing Data
href: articles/model_parameters_mice.html
- text: Panel Data Analysis
href: articles/demean.html
- text: Formatting Model Parameters
href: articles/model_parameters_formatting.html
- text: Dimension Reduction
menu:
- text: 'Feature reduction (PCA, cMDS, ICA...)'
href: articles/parameters_reduction.html
- text: 'Structural models (EFA, CFA, SEM...)'
href: articles/efa_cfa.html
- text: Parameters Selection
href: articles/parameters_selection.html