rp.hist | R Documentation |
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.
rp.hist(rp.object)
rp.object |
A ResponsePatterns object. |
Returns a plot.
rp.acors
, rp.patterns
rp <- rp.acors(rp.simdata, id.var="optional_ID")
rp.hist(rp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.