cbmhd_subMC:

Usage Arguments Examples

Usage

1
cbmhd_subMC(data, cbmhd_subMC, x, y, q, q2, n1, n2)

Arguments

data
cbmhd_subMC
x
y
q
q2
n1
n2

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (data, cbmhd_subMC, x, y, q, q2, n1, n2) 
{
    np1 = n1 + 1
    nall = n1 + n2
    mb = outer(x[data[1:n1]], y[data[np1:nall]], "-")
    est = hd(mb, q) + hd(mb, q2)
    est
  }

musto101/wilcox_R documentation built on May 23, 2019, 10:52 a.m.