summary.extractDataCR: statistics from imported annotator

Description Usage Arguments Details Value Examples

View source: R/extractDataCR.R

Description

statistics from imported annotator

Usage

1
2
## S3 method for class 'extractDataCR'
summary(extractDataCR)

Arguments

extractDataCR

: a extractDataCR class

Details

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.

Value

A list with summary data and indicators, ICC and regression for child speaker.

Examples

 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)

LAAC-LSCP/ChildRecordsR documentation built on July 26, 2021, 3:25 p.m.