assessmentGroup: Assessment Functions

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Calculates the specified assessment function for each participant and each condition.

Usage

1
2
assessmentGroup(inData, stopping.rule=c("OR", "AND"), correct=c(TRUE, FALSE), 
  fast=c(TRUE, FALSE), detection=TRUE, plotAt=TRUE, ...)

Arguments

inData

Data collected from a Double Factorial Paradigm experiment in standard form.

OR

Indicates whether to compare performance to an OR or AND processing baseline. Provided for backwards compatibility for package version < 2.

stopping.rule

Indicates whether to use OR or AND processing baseline to calculate individual assessment functions.

plotAt

Indicates whether or not to generate plots of the assessment functions.

correct

Indicates whether to assess performance on correct trials.

fast

Indicates whether to use cumulative distribution functions or survivor functions to assess performance.

detection

Indicates whether to use a detection task baseline or a discrimination task baseline.

...

Arguments to be passed to plot function.

Details

For the details of the assessment functions, see assessment.

Value

A list containing the following components:

overview

A data frame indicating whether the OR and AND capacity coefficients significantly above baseline (super), below baseline (limited) or neither (unlimited) both at the individual level and at the group level in each condition. NA is returned for any participant that had performance below the accuracy cutoff in a condition.

Ct.fn

Matrix with each row giving the values of the of the estimated capacity coefficient for one participant in one condition for values of times. The rows match the ordering of statistic.

Ct.var

Matrix with each row giving the values of the of the variance of the estimated capacity coefficient for one participant in one condition for values of times. Only returned if ratio=FALSE.

capacity

A list with the returned values from the capacity function for each participant and each condition.

times

Times at which the matrix capacity coefficients are calculated in Ct.fn matrix.

Author(s)

Joe Houpt <joseph.houpt@wright.edu>

References

Townsend, J.T. and Altieri, N. (2012). An accuracy-response time capacity assessment function that measures performance against standard parallel predictions. Psychological Review, 3, 500-516.

Donkin, C, Little, D.R. and Houpt (2013). Assessing the effects of caution on the capacity of information processing. Manuscript submitted for publication.

See Also

assessment

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
data(dots)
assessmentGroup(subset(dots, Condition=="OR"), 
  stopping.rule="OR", correct=TRUE, fast=TRUE, 
  detection=TRUE)
capacityGroup(subset(dots, Condition=="AND"), 
  stopping.rule="AND")

## End(Not run)

sft documentation built on May 2, 2019, 6:04 a.m.