
Runs Test for Each Row and Column of a Binary Matrix
Source:R/oruns_test_byrowcol.R
oruns_test_byrowcol.RdApplies the ordinary runs test to each row and column of a binary matrix individually.
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.
See also
Other Spatial analysis:
AFSD(),
BPL(),
count_subareas(),
count_subareas_random(),
fit_gradients(),
join_count(),
oruns_test(),
oruns_test_boustrophedon(),
plot_AFSD()