md2sPermute: Permutation Test

View source: R/md2sPermute.R

md2sPermuteR Documentation

Permutation Test

Description

Permutation Test

Usage

md2sPermute(
  kX.num = 100,
  n = 50,
  ky = 40,
  nsims,
  nperm,
  nboot,
  fpath = ".",
  sim = TRUE,
  d = 5
)

Arguments

kX.num

K(2) as defined in the paper.

n

Number of rows in the matrix

ky

K(1) in the paper

nsims

The number of simulations to be done. Default is set to 200.

nperm

The number of permutations to be done. Default is set to 200.

nboot

The number of bootstraps to be performed. Default is set to 200.

fpath

Designated file path where we will store the results

d

number of dimensions

Value

An object containing:

kX.num

Number of columns in the matrix, K(2) in the paper

n

Number of rows in the matrix

ky

Number of columns of matrix, K(1) in the paper

nsims

Number of simulations done

nperm

Number of permutations done

nboot

Number of bootstraps done

fpath

Designated file path for the result

Author(s)

Cecilia Y. Sui and Evan E. Jo: c.sui@wustl.edu ejo@wustl.edu

See Also

md2s()

Examples

## Not run: 
md2sPermute(kX.num = 100, n = 50, ky = 40, nsims = 200, nperm = 200, nboot = 200)

## End(Not run)






peterjbachman/md2s documentation built on May 13, 2022, 8:14 p.m.