발행일 : 03/10/2025

Find Missing Data Patterns

If your data table contains a lot of missing data in different columns, you can use JSL 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).