rp.hist: Plots a histogram of the main index

View source: R/rp_hist.R

rp.histR 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)

responsePatterns documentation built on Aug. 15, 2023, 5:08 p.m.