statistics from imported annotator
# S3 method for extractDataCR summary(extractDataCR)
extractDataCR | : a extractDataCR class |
---|
A list with summary data and indicators, ICC and regression for child speaker.
The summary function for extractDataCR provides the computational methods for the classical indicators for speaker_type. These indicators are then used to evaluate the interclass correlation in a mixed lme4 model. The ICC should indicate how similar the units in the same group are. The indicators will also be analyzed in a mixed LME4 model to provide insight into the impact of age on these indicators. In this model, the indicator and age in days are scaled to provide a comparison between the indicators.
if (FALSE) { library(ChildRecordsR) path = "/mnt/94707AA4707A8CAC/CNRS/corpus/namibia-data/" CR = ChildRecordings(path) rez = extractDataCR( "textgrid/m1", CR, verbose = F ) summary(rez) }