<?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: Analyze trend in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Analyze-trend/m-p/45077#M25760</link>
    <description>&lt;P&gt;The first issue I see with this request is that it looks very much like a homework assignment. &amp;nbsp;Please excuse my assumption if it is not.&lt;/P&gt;
&lt;P&gt;The second issue, is that your "Month: column has been input as a character column. &amp;nbsp;For any analysis across time this column needs to be changed to being numeric.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2017 14:45:21 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-09-25T14:45:21Z</dc:date>
    <item>
      <title>Analyze trend</title>
      <link>https://community.jmp.com/t5/Discussions/Analyze-trend/m-p/45067#M25754</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am comparing Google search data between 3 cancers as part of a small project, and have the attached file generated from Google trends data. How do I see if the searches for a particular cancer are going up with time?, and if so is the difference in trend significant? Next, can I compare trends between cancers C, P and L (from the attached file)?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 00:37:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analyze-trend/m-p/45067#M25754</guid>
      <dc:creator>sajanjiv</dc:creator>
      <dc:date>2017-09-25T00:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Analyze trend</title>
      <link>https://community.jmp.com/t5/Discussions/Analyze-trend/m-p/45077#M25760</link>
      <description>&lt;P&gt;The first issue I see with this request is that it looks very much like a homework assignment. &amp;nbsp;Please excuse my assumption if it is not.&lt;/P&gt;
&lt;P&gt;The second issue, is that your "Month: column has been input as a character column. &amp;nbsp;For any analysis across time this column needs to be changed to being numeric.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 14:45:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analyze-trend/m-p/45077#M25760</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-09-25T14:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Analyze trend</title>
      <link>https://community.jmp.com/t5/Discussions/Analyze-trend/m-p/45078#M25761</link>
      <description>Thanks Tx. This is not a homework assignment. I am a Gastroenterology&lt;BR /&gt;fellow and way older than homework days unfortunately...&lt;BR /&gt;&lt;BR /&gt;Sure. Please feel free to change the column to numeric if the analysis&lt;BR /&gt;requires.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Sep 2017 14:50:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analyze-trend/m-p/45078#M25761</guid>
      <dc:creator>sajanjiv</dc:creator>
      <dc:date>2017-09-25T14:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Analyze trend</title>
      <link>https://community.jmp.com/t5/Discussions/Analyze-trend/m-p/45081#M25762</link>
      <description>&lt;P&gt;The code below adds a numeric date column (assumes 1st of every month) and creates a graph using Graph Builder.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = data table("CancerIS_JMP");

dt &amp;lt;&amp;lt; New Column( "Month Dt",
		Numeric,
		"Continuous",
		Format( "ddMonyyyy", 10 ),
		Input Format( "ddMonyyyy" ),
		Formula( Informat( :Month || "-01", "yyyy-mm-dd" ) )
);

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 530, 452 ),
	Show Control Panel( 0 ),
	Variables( X( :Month Dt ), Y( :IS ), Overlay( :Cancer Type ) ),
	Elements( Line( X, Y, Legend( 15 ) ), Points( X, Y, Legend( 16 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IS_graph.png" style="width: 646px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7769iA5831646641EC2FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="IS_graph.png" alt="IS_graph.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can do a visual inspection to see there are any upward trends. &amp;nbsp;If you need something more quantitative you could fit a model.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 15:39:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analyze-trend/m-p/45081#M25762</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2017-09-25T15:39:34Z</dc:date>
    </item>
  </channel>
</rss>

