<?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: Missing entries - data type: continuous in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Missing-entries-modelling-type-continuous/m-p/724765#M90797</link>
    <description>&lt;P&gt;Include missing &lt;STRONG&gt;categories, &lt;/STRONG&gt;continuous variables aren't categorical which is most likely the reason why they aren't show.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1708411376910.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61271i0F080C9A61257FD4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1708411376910.png" alt="jthi_0-1708411376910.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So I think your option if creating categorical column for those missing values is most likely the correct choice&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2024 06:44:55 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-02-20T06:44:55Z</dc:date>
    <item>
      <title>Missing entries - modelling type: continuous</title>
      <link>https://community.jmp.com/t5/Discussions/Missing-entries-modelling-type-continuous/m-p/724760#M90796</link>
      <description>&lt;P&gt;For nominal values there is the setting in GraphBuilder to &lt;STRONG&gt;Include Missing Categories&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1708408303865.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61263i4C08DB7D7CA517F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1708408303865.png" alt="hogi_0-1708408303865.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then, instead of ignoring rows with missing values, Graph Builder will display an additional item on the axis and/or in the legend - and SHOW the entries:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1708408418193.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61264i4DADB5876C5C20C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1708408418193.png" alt="hogi_1-1708408418193.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there are missing entries in a column that has continuous values - the values will not be displayed, even with &lt;STRONG&gt;Include Missing Categories&amp;nbsp;&lt;/STRONG&gt;enabled. Where should they?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a workaround, the user could create a transform column (is missing -&amp;gt; 1) and display it in addition to the continuous values.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_7-1708408983877.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61270iDEE1760AF695C284/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_7-1708408983877.png" alt="hogi_7-1708408983877.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an official / more straightforward / nicer solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Transform Column(
		"missing",
		Format( "Fixed Dec", 5, 0 ),
		Formula( If( Is Missing( :height ), 1, . ) )
	),
	Size( 566, 413 ),
	Set α Level( 0.01 ),
	Summary Statistic( "Median" ),
	Graph Spacing( 4 ),
	Variables( X( :missing ), X( :height ), Y( :weight ), Overlay( :sex ) ),
	Relative Sizes( "X", [58 151] ),
	Elements(
		Position( 1, 1 ),
		Points( X, Y, Legend( 20 ) ),
		Smoother( X, Y, Legend( 23 ) )
	),
	Elements(
		Position( 2, 1 ),
		Points( X, Y, Legend( 21 ) ),
		Smoother( X, Y, Legend( 22 ) )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 24 Mar 2024 12:17:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Missing-entries-modelling-type-continuous/m-p/724760#M90796</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-03-24T12:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Missing entries - data type: continuous</title>
      <link>https://community.jmp.com/t5/Discussions/Missing-entries-modelling-type-continuous/m-p/724765#M90797</link>
      <description>&lt;P&gt;Include missing &lt;STRONG&gt;categories, &lt;/STRONG&gt;continuous variables aren't categorical which is most likely the reason why they aren't show.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1708411376910.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61271i0F080C9A61257FD4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1708411376910.png" alt="jthi_0-1708411376910.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So I think your option if creating categorical column for those missing values is most likely the correct choice&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 06:44:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Missing-entries-modelling-type-continuous/m-p/724765#M90797</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-20T06:44:55Z</dc:date>
    </item>
  </channel>
</rss>

