finalize: Finalize Response Matrix

finalizeR 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)


AlexChristensen/SemNetToolbox documentation built on Aug. 20, 2023, 11:46 a.m.