Learn R Programming

BinMat (version 0.1.1)

check.data: 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

Run this code
# NOT RUN {
data(BinMatInput_reps)
mat = BinMatInput_reps
check.data(mat)

# }

Run the code above in your browser using DataLab