该帮助的版本不再更新,请参见https://www.jmp.com/support/help/zh-cn/15.2 获取最新的版本.


The following example creates a new column called Floss Delimited 2, and adds a supercategory called Sleep Related, which contains two values: Before Sleep and Wake.
In the data table, under the Columns panel at left, scroll down to the new Floss Delimited 2 column. Click the column property indicator and select Supercategories. You can see the new Sleep Related supercategory with its two values.
dt = Open( "$SAMPLE_DATA/Consumer Preferences.jmp" );
dt << Categorical(
{Group( "Sleep Related", {"Before Sleep,", "Wake,"} )}