R/mannwhitney_fn.R
bca_mannwhitney.Rd
Compute a BCa bootstrap confidence interval for the Mann-Whitney parameter. The code is based on the slides found here: http://users.stat.umn.edu/~helwig/notes/bootci-Notes.pdf
bca_mannwhitney( treat, covar, out, nboot, treat_form, out_levels, out_form, mannwhitney_est, out_model, alpha = 0.05 )
treat | A |
---|---|
covar | A |
out | A |
nboot | Number of bootstrap replicates used to compute bootstrap confidence intervals. |
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. |
mannwhitney_est | The point estimate of the Mann-Whitney parameter. |
out_model | Which R function should be used to fit the proportional odds
model. Options are |
alpha | Level of confidence interval. |
Confidence interval for the Mann-Whitney parameter