compute_limits: Compute variable limits from a 'trackeRdata' object.

Description Usage Arguments Details

Description

Compute variable limits from a trackeRdata object.

Usage

1
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.


trackeR documentation built on May 15, 2019, 5:04 p.m.