powered by
This function reorders observations and selects those equal of above a defined percentile.
rp.select(rp.object, percentile = 90)
A ResponsePatterns object.
An integer. Defines a percentile cutoff. Setting the value to zero keeps all observations but the data are ordered based on the percentile.
rp.acors, rp.patterns
rp.acors
rp.patterns
rp <- rp.acors(rp.simdata, id.var="optional_ID") rp <- rp.select(rp, percentile=80)
Run the code above in your browser using DataLab