Description Usage Arguments Value
View source: R/create_stability_plot.R
create_grid
is the first step of a starbility
plot. It is generally called
directly by stability_plot
, but the user can also call it manually. This is generally
done when creating custom formulas that work with packages other than those automatically
supported by \codestarbility (currently, starbility
supports only felm
).
1 | create_grid(perm, lhs, rhs, ...)
|
perm |
A named dictionary in which values correspond to the sets of variables that should be iterated upon to produce the stability plot and names correspond to the names of these sets of variables that should be displayed in the plot. |
lhs |
A string indicating the name of the outcome variable in |
rhs |
A string indicating the name of the explanatory variable for which coefficient estimates will be plotted. |
base |
Optional. A named dictionary in which values correspond to the sets of variables that should always be included in the model in all specifications and names correspond to the names of these sets of variables that should be displayed in the plot. |
perm_fe |
Optional. A named dictionary in which values correspond to the sets of fixed effects
that should be iterated upon to produce the stability plot and names correspond to the names
of these sets of variables that should be displayed in the plot. Functionally, these operate
identically to |
nonperm_fe |
Optional. A named dictionary in which values correspond to fixed effects that should be
iterated upon to produce the stability plot and names correspond to the names of these
sets of fixed effects that should be displayed in the plot. These fixed effects are included
sequentially in the plot, one at a time – i.e. combinations of |
iv |
Optional. A string indicating the variables which should be used to instrument |
fe_always |
Optional. A logical scalar. If one or more sets of fixed effects are
specified in |
A data.frame containing all possible permutations of controls.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.