cusum.flag: Flags aberrant participants based on CUSUM statistics.

Description Usage Arguments Value

View source: R/cusum.flag.R

Description

Flags aberrant participants based on CUSUM statistics.

Usage

1
cusum.flag(cusum.obj, cutoff.obj, cut = NULL)

Arguments

cusum.obj

an object returned from cusum or cusum.poly

cutoff.obj

an object returned from cusum.cutoff

cut

a vector for user specified cut offs (e.g c(1,1)). The first value is the upper limit. The second value is the lower limit.

Value

Returns a true or false matrix whether a person is aberrantly responding.


PsyControl documentation built on May 2, 2019, 6:01 a.m.