finalize {SemNeT} | R Documentation |
Finalize Response Matrix
Description
Finalizes the response matrix by keeping responses that are given by a certain number of people
Usage
finalize(rmat, minCase = 2)
Arguments
rmat |
Binary matrix. A textcleaner filtered response matrix |
minCase |
Numeric. Minimum number of cases to produce a response |
Value
A binary response matrix with responses
given by at least minCase
people
Author(s)
Alexander Christensen <alexpaulchristensen@gmail.com>
Examples
# Obtain binary data
bin <- open.binary
# Finalize mat1
mat1 <- finalize(bin)
[Package SemNeT version 1.4.4 Index]