p.valcalc: p-Value Calculation Using Robust t-Test

Description Usage Arguments Value Author(s) Examples

Description

This function calculates the p-value using the robust version of t-test. A kernel weight function has been used behind the test statistic to robustify the t-test.

Usage

1
p.valcalc(x, y)

Arguments

x

a numerical vector of metabolomic measurements.

y

a numerical vector of metabolomic measurements.

Value

p-value of robust t-test.

Author(s)

Nishith Kumar <nk.bru09@gmail.com>

Examples

1
2
3
x<-rnorm(20,3,2)
y<-rnorm(20,6,2)
p.valcalc(x,y)

nishithkumarpaul/Rvolcano documentation built on May 19, 2019, 10:49 p.m.