.compute_weights.med | R Documentation |
Internal functions that compute weights using cleaned inputs.
.compute_weights.med(data, cross.world, a.c.form, a.cm.form, max.stabilized.wt)
.compute_weights.ipw(data, a.form, max.stabilized.wt)
.compute_weights.odds(data, cross.world, a.form, max.stabilized.wt)
.compute_weights.psYpred(data, cross.world, a.c.form, max.stabilized.wt)
data |
Prepared internal dataset (e.g., result of |
cross.world |
Cleaned cross.world (e.g., from |
a.c.form, a.cm.form |
Cleaned formulas (e.g., from |
max.stabilized.wt |
A scalar. |
A data frame for the pseudo samples with estimated weights, in stacked format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.