Description Usage Arguments Value
View source: R/create_stability_plot.R
create_model_estimates
is the third step of a starbility
plot, following
create_felm_formulas
. It is generally called directly by stability_plot
,
but the user can also call it manually.
1 | create_model_estimates(grid., data., lhs., rhs., perm., ...)
|
... |
Optional. Additional parameters to be passed to |
grid |
A dataframe generated by |
data |
A dataframe containing the variables included in the model. |
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. |
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. |
model |
Optional. A function that takes at least three arguments: |
A data.frame containing model estimates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.