<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sorting the level after analysis in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Sorting-the-level-after-analysis/m-p/642148#M83915</link>
    <description>&lt;P&gt;Here is an example of how to do the sorting using JSL&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Drug.jmp" );
obj = Fit Model(
	Y( :y ),
	Effects( :Drug, :x ),
	Personality( Standard Least Squares ),
	Emphasis( Effect Leverage )
);
myobj = obj &amp;lt;&amp;lt; Run(
	:Drug &amp;lt;&amp;lt; {LSMeans Student's t( .05, Connecting Letters Report( 1 ) )}
);
objr = obj &amp;lt;&amp;lt; report;
Report(myobj)["Response y","Drug","LSMeans Differences Student's t",TableBox(1)] &amp;lt;&amp;lt; sort by column( "Level", ascending = 1);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1686740842383.png" style="width: 906px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53790iDFF0F97250D42492/image-dimensions/906x716?v=v2" width="906" height="716" role="button" title="txnelson_0-1686740842383.png" alt="txnelson_0-1686740842383.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 11:07:42 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2023-06-14T11:07:42Z</dc:date>
    <item>
      <title>Sorting the level after analysis</title>
      <link>https://community.jmp.com/t5/Discussions/Sorting-the-level-after-analysis/m-p/642066#M83907</link>
      <description>&lt;P&gt;I analyzed the data in a split-plot design and in the post-hoc test (LSMeans Differences Student's t) the levels by default were arranged according to the least Sq mean. I tried to sort them based on levels and for individual tables; I got success. But I want to know how we can change these settings (sort by levels) by default for all analyses.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 07:42:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sorting-the-level-after-analysis/m-p/642066#M83907</guid>
      <dc:creator>Lalit_Rolaniya</dc:creator>
      <dc:date>2023-06-14T07:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting the level after analysis</title>
      <link>https://community.jmp.com/t5/Discussions/Sorting-the-level-after-analysis/m-p/642148#M83915</link>
      <description>&lt;P&gt;Here is an example of how to do the sorting using JSL&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Drug.jmp" );
obj = Fit Model(
	Y( :y ),
	Effects( :Drug, :x ),
	Personality( Standard Least Squares ),
	Emphasis( Effect Leverage )
);
myobj = obj &amp;lt;&amp;lt; Run(
	:Drug &amp;lt;&amp;lt; {LSMeans Student's t( .05, Connecting Letters Report( 1 ) )}
);
objr = obj &amp;lt;&amp;lt; report;
Report(myobj)["Response y","Drug","LSMeans Differences Student's t",TableBox(1)] &amp;lt;&amp;lt; sort by column( "Level", ascending = 1);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1686740842383.png" style="width: 906px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53790iDFF0F97250D42492/image-dimensions/906x716?v=v2" width="906" height="716" role="button" title="txnelson_0-1686740842383.png" alt="txnelson_0-1686740842383.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 11:07:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sorting-the-level-after-analysis/m-p/642148#M83915</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-06-14T11:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting the level after analysis</title>
      <link>https://community.jmp.com/t5/Discussions/Sorting-the-level-after-analysis/m-p/642776#M83945</link>
      <description>&lt;P&gt;Can we do this without JSL?, If possible than please let me know&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 10:13:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sorting-the-level-after-analysis/m-p/642776#M83945</guid>
      <dc:creator>Lalit_Rolaniya</dc:creator>
      <dc:date>2023-06-15T10:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting the level after analysis</title>
      <link>https://community.jmp.com/t5/Discussions/Sorting-the-level-after-analysis/m-p/642788#M83947</link>
      <description>&lt;P&gt;I am not aware of a preferences setting to have the table sorted by level automatically.&amp;nbsp; I suggest that you add this request to the JMP Wish List.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 11:41:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sorting-the-level-after-analysis/m-p/642788#M83947</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-06-15T11:41:13Z</dc:date>
    </item>
  </channel>
</rss>

