-
Notifications
You must be signed in to change notification settings - Fork 61
/
_pkgdown.yml
165 lines (157 loc) · 3.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
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
url: https://lrberge.github.io/fixest/
template:
bootstrap: 5
title: fixest
articles:
- title: Get started
navbar: ~
contents:
- fixest_walkthrough
- multiple_estimations
- standard_errors
- title: Export
navbar: Estimation tables
contents:
- exporting_tables
- etable_new_features
development:
mode: auto
reference:
- title: Estimation
desc: Methods to perform fixed-effects estimations
contents:
- feols
- fepois
- feglm
- fenegbin
- femlm
- feNmlm
- title: Handling results, multiple
desc: Visualize results in tables or graphs
contents:
- etable
- coefplot
- iplot
- style.df
- style.tex
- extralines_register
- title: Handling results, single
desc: Extracts values from single estimations
contents:
- summary.fixest
- obs
- fixest_data
- coeftable
- coeftable.default
- coeftable.fixest
- coef.fixest
- se
- tstat
- confint.fixest
- print.fixest
- setFixest_print
- title: Difference-in-difference tools
desc: Various tools to perform DiD estimations
contents:
- sunab
- aggregate.fixest
- i
- title: Standard-errors
desc: Computing the Standard-errors
contents:
- vcov.fixest
- summary.fixest
- ssc
- matches("est_(vocv|ssc)$")
- matches("^vcov_")
- title: Multiple estimations
desc: Perform, and handle, multiple estimations
contents:
- matches("stepwise|c?sw0?")
- matches("fixest_multi")
- models
- n_models
- title: Methods from the `stats` package
desc: Various methods from the stats package
contents:
- model.matrix.fixest
- predict.fixest
- fitted.fixest
- hatvalues.fixest
- update.fixest
- resid.fixest
- sigma.fixest
- weights.fixest
- formula.fixest
- terms.fixest
- df.residual.fixest
- title: Formula tools
desc: Tools to manipulate formulas
contents:
- xpd
- matches("est_fml$")
- title: Utility tools
desc: User-level versions of internal tools
contents:
- demean
- demeaning_algo
- to_integer
- bin
- ref
- title: Panel data tools
desc: Set of tools for panel data
contents:
- panel
- unpanel
- lag.formula
- matches("^(f|l|d)$")
- matches("fixest_panel")
- title: Handling the fixed-effects
desc: Tools to extract and manipulate the fixed-effects
contents:
- matches("fixef")
- title: Fit statistics
desc: Methods to extract fit statistics from estimations
contents:
- fitstat
- fitstat_register
- degrees_freedom
- r2
- AIC.fixest
- BIC.fixest
- logLik.fixest
- deviance.fixest
- nobs.fixest
- wald
- print.fixest_fitstat
- title: Default values
desc: The default arguments of many fixest functions can be set at will
contents:
- matches("(s|g)etFixest")
- title: Data tools
desc: Small functions related to data manipulation
contents:
- fdim
- sample_df
- n_unik
- osize
- title: Other methods and functions
desc: Other methods and functions that didn't fit the previous sections
contents:
- est_env
- as.dict
- dsb
- check_conv_feols
- did_means
- fixest_startup_msg
- bread.fixest
- collinearity
- estfun.fixest
- rep.fixest
- emmeans_support
- title: Data sets
desc: Data sets used in the examples
contents:
- base_did
- trade
- base_stagg