calculate_timing {talkr} | R Documentation |
Calculate conversation properties
Description
A dataframe is generated with conversation properties related to timing. This data is made for quality control purposes only, and does not contain sophisticated transition calculation methods. For this, we refer to the python package 'scikit-talk'.
Usage
calculate_timing(data)
Arguments
data |
talkr data frame |
Value
data frame containing the UIDs and calculated columns turn_duration, transition_time
[Package talkr version 0.1.3 Index]