Skip to contents

Applies the ordinary runs test to each row and column of a binary matrix individually.

Usage

oruns_test_byrowcol(mat)

Arguments

mat

A binary matrix (containing 0s and 1s, and possibly NAs).

Value

A list with four elements:

row_results

Data frame with test results for each row.

col_results

Data frame with test results for each column.

row_summary

Percentage summary of interpretation for rows.

col_summary

Percentage summary of interpretation for columns.