<?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: Can we use Recode to classify values as missing values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Can-we-use-Recode-to-classify-values-as-missing-values/m-p/457084#M70229</link>
    <description>&lt;P&gt;The easiest way to do this is to create a new column and then just use the following formula&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( :your variable &amp;lt; 0, ., :your variable )&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 30 Jan 2022 06:09:15 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-01-30T06:09:15Z</dc:date>
    <item>
      <title>Can we use Recode to classify values as missing values</title>
      <link>https://community.jmp.com/t5/Discussions/Can-we-use-Recode-to-classify-values-as-missing-values/m-p/457075#M70228</link>
      <description>&lt;P&gt;1)I want to classify negative values as missing values. Can we use Recode to&amp;nbsp; accomplish this. If yes, how can we do it?&amp;nbsp; I can create a new formula column while using Recode. I see it as a two step process. I was wondering if this could be accomplished in a single step.&lt;/P&gt;&lt;P&gt;2) If we use data filters, can recode be used in the subset of the filtered data with out affecting the rest.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:43:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-we-use-Recode-to-classify-values-as-missing-values/m-p/457075#M70228</guid>
      <dc:creator>SymS</dc:creator>
      <dc:date>2023-06-10T23:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use Recode to classify values as missing values</title>
      <link>https://community.jmp.com/t5/Discussions/Can-we-use-Recode-to-classify-values-as-missing-values/m-p/457084#M70229</link>
      <description>&lt;P&gt;The easiest way to do this is to create a new column and then just use the following formula&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( :your variable &amp;lt; 0, ., :your variable )&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 30 Jan 2022 06:09:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-we-use-Recode-to-classify-values-as-missing-values/m-p/457084#M70229</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-01-30T06:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use Recode to classify values as missing values</title>
      <link>https://community.jmp.com/t5/Discussions/Can-we-use-Recode-to-classify-values-as-missing-values/m-p/457128#M70232</link>
      <description>&lt;P&gt;Nelson,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Thanks. I was able to implement your solution. I have a Q for you. Here is another way I tried before I posted the Q: When I tried to select rows having negative values in Recode and then asking it to replace with the dot, then JMP warned that it is going to change the column data type into character.(I copied the original column into a new one so that I do not alter original values and performed my changes in the new column).&lt;SPAN&gt;But when I used your formula, it did not. I think we are trying to accomplish the same thing in different ways.&amp;nbsp; So what is the difference? Looks like the dot when used&amp;nbsp; in JSL takes the definition of the data type of that column-Is that right? If not, could you please explain.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jan 2022 21:30:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-we-use-Recode-to-classify-values-as-missing-values/m-p/457128#M70232</guid>
      <dc:creator>SymS</dc:creator>
      <dc:date>2022-01-30T21:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use Recode to classify values as missing values</title>
      <link>https://community.jmp.com/t5/Discussions/Can-we-use-Recode-to-classify-values-as-missing-values/m-p/457132#M70233</link>
      <description>&lt;P&gt;I have not been able to replicate your findings.&amp;nbsp; I checked out versions JMP 13-JMP 16 and did not observe your findings&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 01:08:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-we-use-Recode-to-classify-values-as-missing-values/m-p/457132#M70233</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-01-31T01:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use Recode to classify values as missing values</title>
      <link>https://community.jmp.com/t5/Discussions/Can-we-use-Recode-to-classify-values-as-missing-values/m-p/457243#M70245</link>
      <description>&lt;P&gt;Dot is not the value for a missing observation. It is JMP's way of representing it in the data table or a script for your benefit. Just leave the value blank in Recode. In other words replace the target with nothing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you enter "." then JMP thinks it is a character value. (Not a missing character value, either!)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only time the period character is used is in a script, such as an assignment. There has to be a value in an assignment:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Assign( left, right ) // assign right value to left variable

left = right&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 31 Jan 2022 15:45:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-we-use-Recode-to-classify-values-as-missing-values/m-p/457243#M70245</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2022-01-31T15:45:54Z</dc:date>
    </item>
  </channel>
</rss>

