trackeR (version 1.5.2)

compute_limits: 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 trackeRdata object.

a

The levels at which quantiles will be computed are a and 1 - a. Default is a = 0.0001.

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.