Learn R Programming

responsePatterns (version 0.1.1)

rp.hist: 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)

Value

Returns a plot.

Arguments

rp.object

A ResponsePatterns object.

See Also

rp.acors, rp.patterns

Examples

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

Run the code above in your browser using DataLab