A named matrix representing the missingness pattern of the data.
Details
The first row shows the column names. The leftmost column, without column
name, shows the number of rows per block and the rightmost column with name
# shows the number of observed variables in the block.
# NOT RUN { x <- mvtnorm::rmvt(100, toeplitz(seq(1, 0.1, length.out = 3)), df = 5)
y <- mice::ampute(x, mech='MCAR')$amp
res <- classicShapeNA(y)
print(res$naBlocks)
# }