Description Usage Arguments Value
View source: R/mannwhitney_fn.R
Get one bootstrap computation of the Mann-Whitney parameter.
1 2 3 4 5 6 7 8 9 | one_boot_mannwhitney(
treat,
covar,
out,
treat_form,
out_levels,
out_form,
out_model
)
|
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_model |
Which R function should be used to fit the proportional odds
model. Options are |
Estimates of Mann-Whitney parameter for a particular bootstrap sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.