.check_na_bottom_right: Check if matrix has valid NA pattern
Description
Check if matrix has valid NA pattern
Usage
.check_na_bottom_right(mat)
Value
Boolean indicating whether the matrix only contains NAs in the
bottom right (TRUE if only in bottom right, FALSE if elsewhere).