powered by
Make a table out of one list.
tableOne(rows, unit)
[list] The list that will become both rows and 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:::tableOne (dataset$segms[[1]]$z, "o") # }
Run the code above in your browser using DataLab