New Table( "test",
Add Rows( 20 ),
New Column( "Factor-1",
Character,
"Nominal",
Set Values(
{"Factor 1", "Factor 1", "Factor 1", "Factor 1", "Factor 1", "Factor 1",
"Factor 1", "Factor 1", "Factor 1", "Factor 1", "Factor 2", "Factor 2",
"Factor 2", "Factor 2", "Factor 2", "Factor 2", "Factor 2", "Factor 2",
"Factor 2", "Factor 2"}
)
),
New Column( "Thickness",
Numeric,
"Continuous",
Format( "Best", 11 ),
Set Selected,
Set Values(
[1.50740933, 1.601142469, 1.074704843, 1.884292315, 1.012608931,
1.607336196, 1.832731982, 1.269104476, 1.652280427, 1.729379409,
0.195244429, 0.764830482, 0.401538929, 0.890074236, 0.395640352,
0.896762654, 0.389728401, 0.223935429, 0.165762602, 0.414394237]
)
),
Set Row States( [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] )
)