For the latest version of JMP Help, visit JMP.com/help.


Publication date: 04/28/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
);
Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).