interval_summary {triact}R Documentation

Output of Triact$summarize_intervals()

Description

Output of Triact$summarize_intervals(). The information contained in the output table depends on the arguments bouts and side and on the analyses you added to the Triact object using the $add_activity(), $add_lying(), and $add_side() methods.

The asterisk (*) in the column names below stands for one of 'L1', 'L2', 'AdjL1', and 'AdjL2', indicating type of norm (L1, L2) and 'adjustment' of activity values to zero during lying, i.e. lying considered inactive by definition. DBA is the abbreviation for the dynamic body acceleration. See Simmler & Brouwers (2023).

startTime: Start time of the interval

centerTime: Center time of the interval (convenient for plotting)

endTime: End time of the interval

duration: Duration of data recordings in the interval. Helpful for the incompletely observed intervals at start and end of the recording. Units: As specified via the duration_units argument.

durationStanding: Duration in upright posture. Units: As specified via the duration_units argument.

durationLying: Duration in lying posture. Units: As specified via the duration_units argument.

durationLyingLeft: Duration in lying posture with lying side left. Units: As specified via the duration_units argument.

durationLyingRight: Duration in lying posture with lying side right. Units: As specified via the duration_units argument.

mean*DBA: Mean of the DBA-based proxy for physical activity. Units: g

mean*Jerk:Mean of the Jerk-based proxy for physical activity. Units: g s^{-1}

mean*DBAStanding: Mean of the DBA-based proxy for physical activity when in upright posture. Units: g

mean*JerkStanding: Mean of the Jerk-based proxy for physical activity when in upright posture. Units: g s^{-1}

mean*DBALying: Mean of the DBA-based proxy for physical activity when in lying posture. Units: g

mean*JerkLying: Mean of the Jerk-based proxy for physical activity when in lying posture. Units: g s^{-1}

mean*DBALyingLeft: Mean of the DBA-based proxy for physical activity when in lying posture with lying side left. Units: g

mean*JerkLyingLeft: Mean of the Jerk-based proxy for physical activity when in lying posture with lying side left. Units: g s^{-1}

mean*DBALyingRight: Mean of the DBA-based proxy for physical activity when in lying posture with lying side right. Units: g

mean*JerkLyingRight: Mean of the Jerk-based proxy for physical activity when in lying posture with lying side right. Units: g s^{-1}

nBoutsStanding: Number of standing bouts (proportional if across intervals).

nBoutsLying: Number of lying bouts (proportional if across intervals).

nBoutsLyingLeft: Number of lying bouts with lying side left (proportional if across intervals).

nBoutsLyingRight: Number of lying bouts with lying side right (proportional if across intervals).

wMeanDurationStandingBout: Weighted-mean duration of standing bouts (weights are the proportions of the individual bouts overlapping with the respective intervals). Units: As specified via the duration_units argument.

wMeanDurationLyingBout: Weighted-mean duration of lying bouts (weights are the proportions of the individual bouts overlapping with the respective intervals). Units: As specified via the duration_units argument.

wMeanDurationLyingBoutLeft: Weighted-mean duration of lying bouts with lying side left (weights are the proportions of the individual bouts overlapping with the respective intervals). Units: As specified via the duration_units argument.

wMeanDurationLyingBoutRight: Weighted-mean duration of lying bouts with lying side right (weights are the proportions of the individual bouts overlapping with the respective intervals). Units: As specified via the duration_units argument.

References

Simmler. M., Brouwers S. P., 2023. Triact package for R: Analyzing the lying behavior of cows from accelerometer data. pdf


[Package triact version 0.3.0 Index]