finalize | R Documentation |
Finalizes the response matrix by keeping responses that are given by a certain number of people
finalize(rmat, minCase = 2)
rmat |
Binary matrix. A textcleaner filtered response matrix |
minCase |
Numeric. Minimum number of cases to produce a response |
A binary response matrix with responses
given by at least minCase
people
Alexander Christensen <alexpaulchristensen@gmail.com>
# Obtain binary data
bin <- open.binary
# Finalize mat1
mat1 <- finalize(bin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.