pb2gen | R Documentation |
Compute a bootstrap confidence interval for the the difference between any two parameters corresponding to independent groups. By default, the Harrell-Davis estimates of the median are compared.
pb2gen(x, y, alpha = 0.05, nboot = 2000, est = hd, ...)
x, y |
Two vectors of continuous variables. |
alpha |
Alpha level - default = 0.05, which means that a 95 interval is computed. |
nboot |
Number of bootstrap samples - default = 2000. |
A list with variables: est.1
est.2
, est.diff
ci
, p.value
, sq.se
, n1
, n2
Adaptation of pb2gen
from Rallfun-v33.txt. See
https://github.com/nicebread/WRS/
hd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.