mgvcov:

Usage Arguments Examples

Usage

1
mgvcov(m, op = 1, cov.fun = rmba, plotit = FALSE)

Arguments

m
op
cov.fun
plotit

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 (m, op = 1, cov.fun = rmba, plotit = FALSE) 
{
    temp <- NA
    m <- elimna(m)
    temp <- outmgv(m, plotit = plotit, op = op, cov.fun = cov.fun)$keep
    val <- var(m[temp, ])
    val
  }

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