Description Usage Arguments Details Value See Also Examples
An implementation of Stata's marginsplot as an S3 generic function
1 2 |
x |
An object of class “margins”, as returned by
|
level |
A numeric value between 0 and 1 indicating the confidence level to use when drawing error bars. |
term_map |
named character vector. Values refer to the original term/variable names. Names refer to the term names that will appear in the plot. Terms which are omitted from this vector will be omitted from the plot. |
... |
Additional arguments passed to
|
This function is invoked for its side effect: a basic dot plot with
error bars displaying marginal effects as generated by
margins
, in the style of Stata's marginsplot command.
A ggplot2 object
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.