Last data update: 2014.03.03

R: A univariate halting test using the Anderson-Darling test.
ad_haltR Documentation

A univariate halting test using the Anderson-Darling test.

Description

A univariate halting test using the Anderson-Darling test.

Usage

ad_halt(condition, covariates, thresh)

Arguments

condition

A factor vector containing condition labels.

covariates

A columnwise matrix containing covariates to match the conditions on.

thresh

The return value of halting_test has to be greater than or equal to thresh for the matched groups.

Value

The ratio of the p-value and the threshold, or 0 if the p-value is less than the threshold.

Results