Learn R Programming

SemNetCleaner (version 1.0.0)

finalize: Finalize Response Matrix

Description

Finalizes the response matrix by keeping responses that are given by two or more people

Usage

finalize(rmat, minCase = 2)

Arguments

rmat

Binary matrix. A textcleaner filtered response matrix

minCase

Numeric. Minumum number of cases to produce a response

Value

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

Examples

Run this code
# NOT RUN {
convmat <- autoConverge(rmat)
# }
# NOT RUN {
finalRmat <- finalize(convmat)

# }

Run the code above in your browser using DataLab