bda (version 10.1.9)

compare: Compare two or more samples

Description

An automated hypothesis testing procedure.

Usage

compare(y, x, var.name, alternative = c("two.sided", "less", "greater"),
          paired = FALSE, conf.level = 0.95, ...)

Arguments

x,y

Two vector. 'NA' values will be automatically removed.

var.name

Names of the two variables being compared for x and y, respectively.

alternative,paired,conf.level,...

parameters for stat inferences.

Details

Will be updated later.