Description Usage Arguments Details Value Examples
View source: R/extractDataCR.R
statistics from imported annotator
1 2 | ## S3 method for class 'extractDataCR'
summary(extractDataCR)
|
extractDataCR |
: a extractDataCR class |
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.
A list with summary data and indicators, ICC and regression for child speaker.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
library(ChildRecordsR)
path = "/mnt/94707AA4707A8CAC/CNRS/corpus/namibia-data/"
CR = ChildRecordings(path)
rez = extractDataCR( "textgrid/m1", CR, verbose = F )
summary(rez)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.