forked from lrberge/fixest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
134 lines (128 loc) · 3.29 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
title: fixest
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
- coeftable
- 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")
- 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
- 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
- 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: Other methods and functions
desc: Other methods and functions that didn't fit the previous sections
contents:
- est_env
- dsb
- check_conv_feols
- sample_df
- n_unik
- osize
- did_means
- fixest_startup_msg
- obs
- bread.fixest
- collinearity
- estfun.fixest
- _index_
- rep.fixest
- title: Data sets
desc: Data sets used in the examples
contents:
- base_did
- trade
- base_stagg