<?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: n rows doesn't mean n in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/n-rows-doesn-t-mean-n/m-p/577240#M78482</link>
    <description>&lt;P&gt;Have you tried checking out the different options Summary platforms offers you? &lt;A href="https://www.jmp.com/support/help/en/17.0/#page/jmp/explanation-of-summary-statistics.shtml#ww123515" target="_self"&gt; Using JMP &amp;gt; Summarize Your Data &amp;gt; Explanation of Summary Statistics&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_3-1670238980206.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47925i924975516AD2E59F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_3-1670238980206.png" alt="jthi_3-1670238980206.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1670238974283.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47924i39BA1636C5DF5DF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1670238974283.png" alt="jthi_2-1670238974283.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_4-1670238995467.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47926iD7F10CF027B89272/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_4-1670238995467.png" alt="jthi_4-1670238995467.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2022 11:18:00 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-12-05T11:18:00Z</dc:date>
    <item>
      <title>n rows doesn't mean n</title>
      <link>https://community.jmp.com/t5/Discussions/n-rows-doesn-t-mean-n/m-p/577232#M78481</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got some descriptive's from JMP, included in the output was: N Rows, l thought that is handy l would need that later on, unfortunately this is a count of the actually rows and not n, as l have some missing data, is there a simple line of code in JMP that l can get the actual n and not count the missing data, similar to na.rm&amp;nbsp;= TRUE, by groups, the code i used is as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt3 &amp;lt;&amp;lt; Summary(
	Group( :Scale Area, :Process Step, :Subtype, Quality Attribute ),
	Mean( :Data ),
	Std Dev( :Data ),
	Std Err(:Data),
	Freq( "None" ),
	Weight( "None" ),
	Output Table( "Descriptives" ),
	Link to original data table(0)
);


dt4 = Data Table( "Descriptives" ) &amp;lt;&amp;lt; Split(
			Split By( :Scale Area ),
			Split( :"Mean(Data)"n, :"Std Dev(Data)"n, :N Rows, :"Std Err(Data)"n  ),
			Group( :Process Step, :Subtype, :Quality Attribute ),
			Remaining Columns( Drop All ),
			Output Table( "Mean Ratio"),
			Sort by Column Property
		); &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any suggestion would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mick.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:03:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/n-rows-doesn-t-mean-n/m-p/577232#M78481</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2023-06-09T16:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: n rows doesn't mean n</title>
      <link>https://community.jmp.com/t5/Discussions/n-rows-doesn-t-mean-n/m-p/577240#M78482</link>
      <description>&lt;P&gt;Have you tried checking out the different options Summary platforms offers you? &lt;A href="https://www.jmp.com/support/help/en/17.0/#page/jmp/explanation-of-summary-statistics.shtml#ww123515" target="_self"&gt; Using JMP &amp;gt; Summarize Your Data &amp;gt; Explanation of Summary Statistics&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_3-1670238980206.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47925i924975516AD2E59F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_3-1670238980206.png" alt="jthi_3-1670238980206.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1670238974283.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47924i39BA1636C5DF5DF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1670238974283.png" alt="jthi_2-1670238974283.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_4-1670238995467.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47926iD7F10CF027B89272/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_4-1670238995467.png" alt="jthi_4-1670238995467.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 11:18:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/n-rows-doesn-t-mean-n/m-p/577240#M78482</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-12-05T11:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: n rows doesn't mean n</title>
      <link>https://community.jmp.com/t5/Discussions/n-rows-doesn-t-mean-n/m-p/577669#M78526</link>
      <description>&lt;P&gt;Sorry jthi,&lt;/P&gt;&lt;P&gt;it was late and l was tired and frustrated, l was actually looking for "N(data)"n, that does the job nicely, thanks very much for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mick&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 22:36:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/n-rows-doesn-t-mean-n/m-p/577669#M78526</guid>
      <dc:creator>Mickyboy</dc:creator>
      <dc:date>2022-12-05T22:36:37Z</dc:date>
    </item>
  </channel>
</rss>

