<?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: text explorer freq option in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/text-explorer-freq-option/m-p/667615#M85579</link>
    <description>&lt;P&gt;thank you &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/1701"&gt;@dale_lehman&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;my solution so far is to use the Expand by frequency add in:&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Expand-by-Frequency-Column-Add-In/ta-p/21361" target="_blank"&gt;https://community.jmp.com/t5/JMP-Add-Ins/Expand-by-Frequency-Column-Add-In/ta-p/21361&lt;/A&gt; &lt;BR /&gt;once i expand the summary table i get all words and phrases counted correctly using the text explorer.&lt;BR /&gt;the issue is that i have a huge file to begin with so expanding it makes a few million rows. &lt;BR /&gt;having a Freq option in the platform (like most other platforms) would make it easier.&lt;BR /&gt;&lt;BR /&gt;thanks again! &lt;/P&gt;</description>
    <pubDate>Fri, 11 Aug 2023 22:36:29 GMT</pubDate>
    <dc:creator>ron_horne</dc:creator>
    <dc:date>2023-08-11T22:36:29Z</dc:date>
    <item>
      <title>text explorer freq option</title>
      <link>https://community.jmp.com/t5/Discussions/text-explorer-freq-option/m-p/667323#M85541</link>
      <description>&lt;P&gt;Dear members of the community,&lt;/P&gt;
&lt;P&gt;i have a summary table of text strings in one column and the frequency in the other.&lt;/P&gt;
&lt;P&gt;would like to use text explorer but there is no freq option in the platform. in the script i can add it but it doesn't do anything or return any error.&lt;/P&gt;
&lt;P&gt;any ideas?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Consumer Preferences.jmp" );
dt &amp;lt;&amp;lt; Text Explorer( TextColumns( :Reasons Not to Floss ) freq (:Age in Years));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Aug 2023 16:35:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/text-explorer-freq-option/m-p/667323#M85541</guid>
      <dc:creator>ron_horne</dc:creator>
      <dc:date>2023-08-10T16:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: text explorer freq option</title>
      <link>https://community.jmp.com/t5/Discussions/text-explorer-freq-option/m-p/667400#M85547</link>
      <description>&lt;P&gt;It would help to see an example of what you want.&amp;nbsp; But it seems strange for Age to be a frequency variable for the Reasons.&amp;nbsp; I would think that your data has individual responses with reasons and age for each respondent - in that case, text explorer can help identify the frequency of the words/phrases used in the Reasons and you can analyze those in relation to the respondent's age.&amp;nbsp; But I don't understand how the person's Age would represent the frequency of anything.&amp;nbsp; Can you provide some more explanation?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 23:36:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/text-explorer-freq-option/m-p/667400#M85547</guid>
      <dc:creator>dale_lehman</dc:creator>
      <dc:date>2023-08-10T23:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: text explorer freq option</title>
      <link>https://community.jmp.com/t5/Discussions/text-explorer-freq-option/m-p/667444#M85550</link>
      <description>&lt;P&gt;sorry for not giving a more substantial example. i was just trying to make the technical point.&lt;BR /&gt;in the attached file i have an example of answers and their frequency. i would like to do a word and phrase count. &lt;BR /&gt;for example , how many times Yes and NO are actually mentioned over all. &lt;BR /&gt;many thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 10:17:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/text-explorer-freq-option/m-p/667444#M85550</guid>
      <dc:creator>ron_horne</dc:creator>
      <dc:date>2023-08-11T10:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: text explorer freq option</title>
      <link>https://community.jmp.com/t5/Discussions/text-explorer-freq-option/m-p/667461#M85551</link>
      <description>&lt;P&gt;There may be simpler ways to do it, but the attached has 2 columns to identify the yes and no presences and then you can use Table Summary to get the sums of these 2 columns.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 11:51:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/text-explorer-freq-option/m-p/667461#M85551</guid>
      <dc:creator>dale_lehman</dc:creator>
      <dc:date>2023-08-11T11:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: text explorer freq option</title>
      <link>https://community.jmp.com/t5/Discussions/text-explorer-freq-option/m-p/667615#M85579</link>
      <description>&lt;P&gt;thank you &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/1701"&gt;@dale_lehman&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;my solution so far is to use the Expand by frequency add in:&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Expand-by-Frequency-Column-Add-In/ta-p/21361" target="_blank"&gt;https://community.jmp.com/t5/JMP-Add-Ins/Expand-by-Frequency-Column-Add-In/ta-p/21361&lt;/A&gt; &lt;BR /&gt;once i expand the summary table i get all words and phrases counted correctly using the text explorer.&lt;BR /&gt;the issue is that i have a huge file to begin with so expanding it makes a few million rows. &lt;BR /&gt;having a Freq option in the platform (like most other platforms) would make it easier.&lt;BR /&gt;&lt;BR /&gt;thanks again! &lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 22:36:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/text-explorer-freq-option/m-p/667615#M85579</guid>
      <dc:creator>ron_horne</dc:creator>
      <dc:date>2023-08-11T22:36:29Z</dc:date>
    </item>
  </channel>
</rss>

