Learn R Programming

SemNeT (version 1.4.4)

finalize: 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)

Value

A binary response matrix with responses given by at least minCase people

Arguments

rmat

Binary matrix. A textcleaner filtered response matrix

minCase

Numeric. Minimum number of cases to produce a response

Author

Alexander Christensen <alexpaulchristensen@gmail.com>

Examples

Run this code
# Obtain binary data
bin <- open.binary

# Finalize mat1
mat1 <- finalize(bin)

Run the code above in your browser using DataLab