modttest: Modified t-test

Description Usage Arguments Value Examples

Description

Modified t-test

Usage

1
modttest(x, y, alternative = "two.sided")

Arguments

x

value of the "tumor"

y

value of the "normal"

alternative

a character string indicates the alternative hypothesis and must be one of "two.sided", "greater" or "less".

Value

A list containing the following components:

statistic the value of weighted z test combination statistic

p.value the p-value for the test

Examples

1
2
3
x <- c(1,2,3,4,NA,NA,1)
y <- c(1,2,5)
modttest(x,y)

triphosphate/AMS597 documentation built on May 5, 2019, 5:57 p.m.