<?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: How to include missing values in N using tabulate to build a table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697774#M88318</link>
    <description>&lt;P&gt;Thank you for your input! Is there a way to use JMP for this and present the results correctly in a table?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2023 08:53:16 GMT</pubDate>
    <dc:creator>LoglinearSpaces</dc:creator>
    <dc:date>2023-11-14T08:53:16Z</dc:date>
    <item>
      <title>How to include missing values in N using tabulate to build a table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/696521#M88177</link>
      <description>&lt;P&gt;I am trying to create a table showing analysis results and basic statistics for different substances, using tabulate. In the data, there are some missing values coded with *. Those are in fact analysis results below detection limit and should be included in N for correct statistics (i.e."mean" and other)&lt;/P&gt;&lt;P&gt;Is there a way of achieving this without replacing * with 0?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example: In this table there is a count N=3 for "fosfat" and N=4 missing. I would like N to be equal to 7 here.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LoglinearSpaces_1-1699608941131.png" style="width: 684px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/58535i53664798B3056B03/image-dimensions/684x342?v=v2" width="684" height="342" role="button" title="LoglinearSpaces_1-1699608941131.png" alt="LoglinearSpaces_1-1699608941131.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jmp file in attachments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 09:42:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/696521#M88177</guid>
      <dc:creator>LoglinearSpaces</dc:creator>
      <dc:date>2023-11-10T09:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to include missing values in N using tabulate to build a table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/696541#M88179</link>
      <description>&lt;P&gt;Generally missing values are missing values (and you should treat them like that) and you cannot add them to your N directly. For example if you were to accept that missing values are valid, how would you calculate min, max, mean, median (I would personally calculate them all as missing)?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 09:59:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/696541#M88179</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-11-10T09:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to include missing values in N using tabulate to build a table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697300#M88283</link>
      <description>&lt;P&gt;That of course is one way of doing it, and by the look of it JMPs prefered solution. But if I would like to include values under LOD in my table when presenting mean and median, is there a simple way of doing that in JMP? Say for example I would like to set the values to LOD/2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 09:38:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697300#M88283</guid>
      <dc:creator>LoglinearSpaces</dc:creator>
      <dc:date>2023-11-13T09:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to include missing values in N using tabulate to build a table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697304#M88284</link>
      <description>&lt;P&gt;LOD?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One way of "including" missing values, is to create categorization column for example "MISSING" and then values are either 0 or 1, for example in your case something like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Column("RESULTAT_MISSING",
	Numeric, "Nominal", Format("Best", 12),
	Formula(Is Missing(:RESULTAT)),
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and then try to deal with that&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 09:55:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697304#M88284</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-11-13T09:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to include missing values in N using tabulate to build a table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697496#M88303</link>
      <description>&lt;P&gt;Generally, including any values at or below LOD will bias the estimates (statistics) from routines for exact values (e.g., Distribution). The correct way is to use MLE with a distribution model that acknowledges censored values (e.g., Life Distribution). LOD is an example of left-censored data.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 17:00:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697496#M88303</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-11-13T17:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to include missing values in N using tabulate to build a table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697774#M88318</link>
      <description>&lt;P&gt;Thank you for your input! Is there a way to use JMP for this and present the results correctly in a table?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 08:53:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697774#M88318</guid>
      <dc:creator>LoglinearSpaces</dc:creator>
      <dc:date>2023-11-14T08:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to include missing values in N using tabulate to build a table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697895#M88336</link>
      <description>&lt;P&gt;Start with the JMP documentation for &lt;A href="https://www.jmp.com/support/help/en/17.0/#page/jmp/life-distribution.shtml#" target="_self"&gt;Life Distribution&lt;/A&gt;. The terminology is based on reliability engineering because that is the origin of these methods. Still, in the end, it is just modeling a distribution with a sample of censored data.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 14:41:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697895#M88336</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-11-14T14:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to include missing values in N using tabulate to build a table</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697911#M88338</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;: FYI, info on LOD (Limit of Detection) here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://mpl.loesungsfabrik.de/en/english-blog/method-validation/limit-of-detection-quantifcation" target="_blank"&gt;https://mpl.loesungsfabrik.de/en/english-blog/method-validation/limit-of-detection-quantifcation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 15:03:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-missing-values-in-N-using-tabulate-to-build-a/m-p/697911#M88338</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2023-11-14T15:03:03Z</dc:date>
    </item>
  </channel>
</rss>

