tw_plot | R Documentation |
tw_sim
simulationsThis function will generate plots comparing the performance of different estimators
at returning tw_sim
Monte Carlo simulations.
tw_plot(
gensim,
display_est = "coef",
use_ci = T,
xvar = NULL,
yvar = NULL,
facet_scales = "fixed",
...
)
gensim |
A set of simulations produced by |
display_est |
Whether to display estimated coefficients of
independent variables from the linear model ( |
use_ci |
Whether to add confidence intervals around LOESS curves. Turn off if the CIs are too big relative to plot. |
xvar |
In case of multiple attributes varied in the simulation, which
attribute should be on the x axis? See |
yvar |
In case of multiple attributes varied in the simulation, which
attribute should be on the y axis? See |
facet_scales |
The value of |
... |
Currently ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.