trackeRdata object.Compute variable limits from a trackeRdata object.
compute_limits(object, a = 1e-04)A trackeRdata object.
The levels at which quantiles will be computed are a
and 1 - a. Default is a = 0.0001.
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.