发布日期: 11/15/2021

Find Missing Data Patterns

If your data table contains a lot of missing data in different columns, you might want to see whether there is a pattern in the distribution of the missing data relative to the different columns.

dt << Missing Data Pattern( // message to data table
	Columns( :miss ), // find missing data in this column
	Output Table( "Missing Data Pattern" ) // name the output table
);
需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).