check.data: Checks binary matrix for unwanted characters.

View source: R/check_data.R

check.dataR 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)


BinMat documentation built on March 18, 2022, 7:05 p.m.