Description Usage Arguments Details Value
View source: R/extract_quantities.R
extract child speech counts, duration and conversational turns
1 | extract_quantities(path, turntakingthresh = 1, tiernames = NULL, ...)
|
path |
character, path to file with results from yunitator or Elan |
turntakingthresh |
numeric, the threshold for the time between onsets of
two subsequent segments to be considered a turn. Default is |
tiernames |
a list with two elements. By default set to |
... |
additional arguments (currently |
if the supplied file is an .rttm file, the following tier names are
assumed: list(targetchild = "CHI", adults = c("FEM", "MAL"))
. If
supplying an .eaf file, tier names are assumed as follows:
list(targetchild = "CHI", adults = c("FA1", "MA1"))
.
a list with three elements.
cum_dur
the cumulative duration for each speaker
voc_count
the number of speech segments for each speaker
turns
the number of turns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.