Learn R Programming

pcutils (version 0.2.8)

twotest: Two-group test

Description

Two-group test

Usage

twotest(var, group)

Value

No return value

Arguments

var

numeric vector

group

two-levels group vector

Examples

Run this code
twotest(runif(20), rep(c("a", "b"), each = 10))

Run the code above in your browser using DataLab