RPS.m.t.test(RPS)R Documentation

Do t-test

Description

Compute t-statistic and p-value for a t-test

Usage

RPS.m.t.test(y, sample.info)

Arguments

y a vector contains two samples
sample.info a vector provides that an array belongs to which sample.Its length equals the number of arrays

Details

Value

return a vector which includes p-value and t-statistic

Note

Author(s)

Guixian Lin and Sheng Zhong

References

See Also

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--    or do  help(data=index)  for the standard data sets.


[Package RPS version 1.0 Index]