.plot_wt_dist | R Documentation |
Internal function called by weights_\*()
and estimate_\*()
to make weight distribution plot(s).
.plot_wt_dist(w.dat, point.alpha = 0.1, jitter.width = 0.3)
.plot_wt_dist.odds(w.dat, point.alpha = 0.1, jitter.width = 0.3)
.plot_wt_dist.psYpred(w.dat, point.alpha = 0.1, jitter.width = 0.3)
w.dat |
The weighted dataset. |
point.alpha, jitter.width |
Graphical parameters for |
If constant sampling weights, plot the densities of distribution-morphing weights in the pseudo samples
If non-constant sampling weights, output two plots, one of the distribution-morphing weights, one of the final weights (product of sampling and distribution-morphing weights)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.