| compute_limits {trackeR} | R Documentation |
Compute variable limits from a trackeRdata object.
Description
Compute variable limits from a trackeRdata object.
Usage
compute_limits(object, a = 1e-04)
Arguments
object |
A |
a |
The levels at which quantiles will be computed are |
Details
compute_limits computes limits by finding the a and
1 - a quantiles for each variable in each session, and then
taking the minimum and maximum of the a and 1 - a,
respectively, across sessions.
[Package trackeR version 1.6.0 Index]