.plot_med | R Documentation |
(For maintainer) Plot weight distributions and mean balance
.plot_med(w.dat, c.vars, m.vars, c.std, m.std, key.balance = FALSE)
.plot_ipw(w.dat, vars, vars.std, key.balance = FALSE)
.plot_odds(w.dat, vars, vars.std, estimate.Ypred = FALSE)
.plot_psYpred(w.dat, c.vars, c.std)
.plot_psYpredMR(w.dat, cross.world, c.vars, m.vars, c.std, m.std)
.plot_YpredMR(w.dat, cross.world, c.vars, m.vars, c.std, m.std)
.plot_wpMRCadj(w.dat, c.vars, m.vars, c.std, m.std)
w.dat |
Weighted data |
c.vars |
Names of covariates, already cleaned. |
m.vars |
Names of mediators, already cleaned. |
c.std |
Names of covariates whose mean differences are to be standardized, already cleaned. |
m.std |
Names of mediators whose mean differences are to be standardized, already cleaned. |
key.balance |
Whether all balance components are crucial to the estimator using the weighting method, defaults to FALSE. See relevance in Value section. |
vars |
Names of covariates and mediators. |
vars.std |
Names of covariates and mediators for which to use standardized mean differences in balance plots. |
cross.world |
blah |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.