check.data {BinMat}R Documentation

Checks binary matrix for unwanted characters.

Description

Checks for unwanted values (other than 1, 0, and ?).

Usage

check.data(x)

Arguments

x

A CSV file containing replicate pairs of binary data.

Value

Index positions where unwanted values occur (row, column).

Examples

data(BinMatInput_reps)
mat = BinMatInput_reps
check.data(mat)


[Package BinMat version 0.1.5 Index]