powered by
Make a table out of two lists.
tableTwo(rows, cols, unit)
[list] The list that will become rows, divided into words.
[list] The list that will become cols, divided into words.
[character] Count occurrences or words? Accepted values are "o(cc(urence(s))))" and "w(or(d(s)))".
"o(cc(urence(s))))"
"w(or(d(s)))"
[table] The contingency table.
# NOT RUN { dataset <- sampleSoundCorrsData.abc soundcorrs:::tableTwo (dataset$segms[[1]]$z, dataset$segms[[2]]$z, "o") # }
Run the code above in your browser using DataLab