compute_mx: Compute MX metric

View source: R/compute_mx.R

compute_mxR Documentation

Compute MX metric

Description

An MX metric is the count/epoch value at and above which a given amount of the most active minutes is spent (continuously or discontinuously).

Usage

compute_mx(x, n)

Arguments

x

A vector of counts data.

n

An integer setting the number of rows in correspondance with the targetted amount of time.

Value

A numeric value.


activAnalyzer documentation built on Sept. 24, 2024, 1:07 a.m.