<?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: Problem Of Missing Values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42202#M24590</link>
    <description>&lt;P&gt;It's not clear exactly what you're asking. There is no way to do arithmetic on missing values so any calculation involving a missing value will result in a missing value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since your Join is set to include non-matches from both tables it may not be surprising that there are missing vales in the resulting table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2017 01:48:05 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2017-07-20T01:48:05Z</dc:date>
    <item>
      <title>Problem Of Missing Values</title>
      <link>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42097#M24541</link>
      <description>&lt;P&gt;Hi, everyone&amp;nbsp;&lt;BR /&gt;I not sure i faced this problem is whether there have missing value that cause me cannot caluclate the column or not?&lt;/P&gt;&lt;P&gt;Now, I want calculate the rate by using the formula below in the script, but&amp;nbsp;some data table consists of missing value&lt;BR /&gt;Because before that the data table that doesn't have missing value, I able to calculate the rate.&lt;/P&gt;&lt;P&gt;So, May I know how to fix the above problem that I faced.&lt;BR /&gt;Any answer is appreciate.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Below is my script that already joining the 2 data table together.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt_Join = dt_firstseq_summary &amp;lt;&amp;lt; Join(
	With(dt_final_summary),
	Select( :S_B_Name_WS1, :N Rows, :Name( "Percent" ) ),
	SelectWith( :S_B_Name_WS1, :N Rows, :Name( "Percent" ) ),
	By Matching Columns( :S_B_Name_WS1 = :S_B_Name_WS1 ),
	Drop multiples( 0, 0 ),
	Include Nonmatches( 1, 1 ),
	Preserve main table order( 1 ),
	Output Table Name("Combined Table");
);

&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 03:16:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42097#M24541</guid>
      <dc:creator>blue1994</dc:creator>
      <dc:date>2017-07-21T03:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent:Problem Of Missing Values</title>
      <link>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42169#M24568</link>
      <description>&lt;P&gt;Hi, blue1994!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your's seems like an easy question. &amp;nbsp;However, there's been a great deal of research going on about missing data problems for the better part of a century. &amp;nbsp;It's not surprising that analysts are unaware of the state-of-the-art, since the research itself is fairly impenetrable and old, deprecated techniques are very easy to implement in most software.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Imputation is the state-of-the-art. &amp;nbsp;You can reference Enders, C.K.(2010); &lt;U&gt;Applied Missing Data Analysis&lt;/U&gt;; The Guilford Press, N.Y. &amp;nbsp;There is an accompanying &lt;A href="http://www.appliedmissingdata.com" target="_self"&gt;website&lt;/A&gt; for that book with SAS and other code...and JMP can easily connect to and from SAS. &amp;nbsp;In addition, some JMP platforms allow missingness to be informative in a model, but I think that doesn't apply to your calculations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any ideas or models about &lt;EM&gt;why&lt;/EM&gt; the data are missing? &amp;nbsp;If you can assume that the data are Missing Completely At Random, life might&amp;nbsp;get a little easier. &amp;nbsp;Unfortunately, it's usually easy to come up with reasons that assumption could be violated.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 19:06:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42169#M24568</guid>
      <dc:creator>Kevin_Anderson</dc:creator>
      <dc:date>2017-07-19T19:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Of Missing Values</title>
      <link>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42202#M24590</link>
      <description>&lt;P&gt;It's not clear exactly what you're asking. There is no way to do arithmetic on missing values so any calculation involving a missing value will result in a missing value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since your Join is set to include non-matches from both tables it may not be surprising that there are missing vales in the resulting table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 01:48:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42202#M24590</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2017-07-20T01:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Of Missing Values</title>
      <link>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42207#M24593</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have solve the above problem.&lt;BR /&gt;But now I have another question: Is it possible JSL able to fill up the missing value?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 02:17:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42207#M24593</guid>
      <dc:creator>blue1994</dc:creator>
      <dc:date>2017-07-24T02:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Of Missing Values</title>
      <link>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42208#M24594</link>
      <description>&lt;P&gt;All data table cells are directly referencable. &amp;nbsp;The general form is&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;data table reference:Column Name[row number]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;data table reference[Column Number, Row Number] &amp;nbsp; &amp;nbsp;(this is JMP 13 or later)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA\big class.jmp" );

// Set the value of column age in row 1, the value of the column age in row 5
dt:age[1] = dt:age[5];&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The information that I provided above is one of the most basic elements of JMP. &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;nbsp;You need to read the Scripting Guide!!!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 02:56:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42208#M24594</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-07-20T02:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Of Missing Values</title>
      <link>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42221#M24602</link>
      <description>&lt;P&gt;I would create a new column with a formula using If() to test each of your column for missing (use the &lt;A href="http://www.jmp.com/support/help/13-1/Missing_Values_3.shtml" target="_self"&gt;Is Missing()&lt;/A&gt; function) and put the value of the other column into this new column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The formula would look something like this:&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="JMPScreenSnapz108.png" style="width: 916px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/6860iB6C42BBB26E20655/image-size/large?v=v2&amp;amp;px=999" role="button" title="JMPScreenSnapz108.png" alt="JMPScreenSnapz108.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 13:27:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problem-Of-Missing-Values/m-p/42221#M24602</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2017-07-20T13:27:49Z</dc:date>
    </item>
  </channel>
</rss>

