one_boot_wmean {drord} | R Documentation |
Get one bootstrap computation of the weighted mean parameters.
Description
Get one bootstrap computation of the weighted mean parameters.
Usage
one_boot_wmean(
treat,
covar,
out,
treat_form,
out_levels,
out_form,
out_weights,
out_model
)
Arguments
treat |
A |
covar |
A |
out |
A |
treat_form |
The right-hand side of a regression formula for the working model of treatment probability as a function of covariates |
out_levels |
A |
out_form |
The right-hand side of a regression formula for the working proportional odds model. NOTE: THIS FORMULA MUST NOT SUPPRESS THE INTERCEPT. |
out_weights |
A vector of |
out_model |
Which R function should be used to fit the proportional odds
model. Options are |
Value
Estimates of weighted mean for a particular bootstrap sample.