build.M.mst: build.M.mst

Description Usage Arguments Value Examples

View source: R/contrastMatrix.R

Description

Build the contrast matrix of an MST constructed based on the threshold variable provided.

Usage

1

Arguments

Xj

the threshold variable

Value

Returns the contrast matrix of a MST constructed based on the threshold variable provided

Examples

1
2
3
4
5
set.seed(121)
n <- 20
Xj <- runif(n, -1 ,1)

build.M.mst(Xj)

wenda-1121/RHP documentation built on Feb. 18, 2020, 9:36 p.m.