get.reliability: Reliability analyse

Description Usage Arguments Value Examples

View source: R/reliability.R

Description

Provide a reliability analyse return in Krippen alpha, fleiss kappa and gwet AC1

Usage

1
get.reliability(raterData, summary = TRUE, threads = 1)

Arguments

raterData

: a raterData class

summary

a boolean. If TRUE then the Reliability indicator will be printed out in the console

threads

the number of threads to run in parallel

Value

an object of class analyse

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 

library(ChildRecordsR)
path = "/mnt/94707AA4707A8CAC/CNRS/corpus/vandam-daylong-demo"
CR = ChildRecordings(path)

# if no time windows is specified, this function will only return at table for all the know raters
# All the rater need to ratter any segment find

search = find.rating.segment(CR, "BN32_010007.mp3")
rez = aggregate.rating(search, CR, cut=100, verbose=T, use_data_table = TRUE, threads = 2)
get.reliability(rez, summary = TRUE, threads = 5)


## End(Not run)

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