rp.hist {responsePatterns}R Documentation

Plots a histogram of the main index

Description

This function plots a histogram of the main "suspicion" index. The choice of the index depends on the type and setting of the analysis: it is either the maximum absolute auto-correlation or the sum of absolute auto-correlations if analyzed via the rp.acors function and the total score of analyzed via the rp.patterns function.

Usage

rp.hist(rp.object)

Arguments

rp.object

A ResponsePatterns object.

Value

Returns a plot.

See Also

rp.acors, rp.patterns

Examples

rp <- rp.acors(rp.simdata, id.var="optional_ID")
rp.hist(rp)

[Package responsePatterns version 0.1.1 Index]