pTest: ******* Statistical Tests ******* pTest

Description Usage Arguments

Description

Performs a t-test (using t.test()) to compare two numeric vectors. Can also test ordinal factors (ex. for satisfaction) using type='satis5'

Usage

1
pTest(v1, v2, type = "", out = "p", ...)

Arguments

v1

numeric vector

v2

numeric vector

type

Specifies type of vector if v1 and v2 are not numeric.

out

determines return value. Default ('p') returns the p statistic.

...

Other parameters to t.test


mnblonsky/REMI documentation built on May 23, 2019, 5:06 a.m.