Description Usage Arguments Value
View source: R/create_stability_plot.R
create_plot_dfs
is the fourth step of a starbility
plot, following
create_model_estimates
. It is generally called directly by stability_plot
,
but the user can also call it manually.
1 | create_plot_dfs(grid, perm., ...)
|
grid |
A dataframe generated by |
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. |
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 |
sort |
A string specifying how models should be sorted by coefficient value. The default is
|
A list containing two data.frames: one corresponding to the coefficient panel and one corresponding to the control panel.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.