<?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: Recurrence Analysis in JMP 18 Standard in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893340#M105432</link>
    <description>&lt;P&gt;Thanks for the fast response. I understand you point on including 0 cost for each site change. I should provide more details. &lt;BR /&gt;I think the concern now is how JMP handle 0 cost. It seems that JMP will just exclude the bots earlier than it should, if the bot have 0 cost at early time. With less bots considered effective by JMP, the mcf value will be increased. Following is what I see. Top one is data with one 0 cost per bot. Bottom is data with multiple 0 cost (one per bot per site). The bottom mcf value is greater because jmp exclude the 0 cost value bot too early. That is my understanding, which might be wrong.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Caozheng0115_0-1754660896318.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79932i3DFA61D3101FBCB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Caozheng0115_0-1754660896318.png" alt="Caozheng0115_0-1754660896318.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Caozheng0115_1-1754660922418.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79933i289CB27C3FBAC9B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Caozheng0115_1-1754660922418.png" alt="Caozheng0115_1-1754660922418.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ask the same question to ChatGPT and following is the answer. I felt that 0 zero cost per bot for the last event seen is what I should do. Let me know what you think.&lt;/P&gt;
&lt;H2 data-section-id="s9gguw" data-start="911" data-end="964"&gt;Option A — &lt;STRONG data-start="925" data-end="944"&gt;Simple &amp;amp; Robust&lt;/STRONG&gt; (recommended first)&lt;/H2&gt;
&lt;P data-start="965" data-end="1331"&gt;&lt;STRONG data-start="965" data-end="1000"&gt;Keep one row per event (Cost=1)&lt;/STRONG&gt; with the &lt;CODE data-start="1010" data-end="1016"&gt;Site&lt;/CODE&gt; value active at that event, &lt;STRONG data-start="1045" data-end="1081"&gt;and one final Cost=0 row per bot&lt;/STRONG&gt; at the bot’s last observed transaction.&lt;BR data-start="1121" data-end="1124" /&gt;This approach uses the event rows to carry the time-varying &lt;CODE data-start="1184" data-end="1190"&gt;Site&lt;/CODE&gt; value. It’s simple, avoids multiple right-censor rows per bot, and JMP will correctly use the &lt;CODE data-start="1285" data-end="1291"&gt;Site&lt;/CODE&gt; value that was in effect at each event.&lt;/P&gt;
&lt;P data-start="1333" data-end="1647"&gt;&lt;STRONG data-start="1333" data-end="1349"&gt;When to use:&lt;/STRONG&gt; most common; sufficient if you only need the covariate at event times (which is usually the case).&lt;BR data-start="1448" data-end="1451" /&gt;&lt;STRONG data-start="1451" data-end="1460"&gt;Pros:&lt;/STRONG&gt; easy,&lt;STRONG&gt; avoids JMP misinterpreting multiple 0s.&lt;/STRONG&gt;&lt;BR data-start="1506" data-end="1509" /&gt;&lt;STRONG data-start="1509" data-end="1518"&gt;Cons:&lt;/STRONG&gt; doesn’t explicitly model intervals with no events where the covariate changed — but that’s rarely necessary for NHPP estimation.&lt;/P&gt;
&lt;H3 data-section-id="s2efqx" data-start="1649" data-end="1663"&gt;Data shape&lt;/H3&gt;
&lt;P data-start="1664" data-end="1683"&gt;Each row is either:&lt;/P&gt;
&lt;UL data-start="1684" data-end="1913"&gt;
&lt;LI data-start="1684" data-end="1784"&gt;
&lt;P data-start="1686" data-end="1784"&gt;&lt;STRONG data-start="1686" data-end="1699"&gt;Event row&lt;/STRONG&gt;: &lt;CODE data-start="1701" data-end="1708"&gt;BotID&lt;/CODE&gt;, &lt;CODE data-start="1710" data-end="1735"&gt;AccumulatedTransactions&lt;/CODE&gt; (event time), &lt;CODE data-start="1750" data-end="1760"&gt;Cost = 1&lt;/CODE&gt;, &lt;CODE data-start="1762" data-end="1784"&gt;Site = site_at_event&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1785" data-end="1913"&gt;
&lt;P data-start="1787" data-end="1913"&gt;&lt;STRONG data-start="1787" data-end="1821"&gt;Final censor row (one per bot)&lt;/STRONG&gt;: &lt;CODE data-start="1823" data-end="1830"&gt;BotID&lt;/CODE&gt;, &lt;CODE data-start="1832" data-end="1857"&gt;AccumulatedTransactions&lt;/CODE&gt; (last observed), &lt;CODE data-start="1875" data-end="1885"&gt;Cost = 0&lt;/CODE&gt;, &lt;CODE data-start="1887" data-end="1913"&gt;Site = &amp;lt;last site or NA&amp;gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-section-id="1yka7pz" data-start="1915" data-end="1936"&gt;How JMP uses this&lt;/H3&gt;
&lt;UL data-start="1937" data-end="2207"&gt;
&lt;LI data-start="1937" data-end="2207"&gt;
&lt;P data-start="1939" data-end="2207"&gt;When you add &lt;CODE data-start="1952" data-end="1958"&gt;Site&lt;/CODE&gt; &lt;STRONG data-start="1959" data-end="1996"&gt;as a column affecting Scale/Shape&lt;/STRONG&gt;, JMP uses the &lt;CODE data-start="2011" data-end="2017"&gt;Site&lt;/CODE&gt; value on each event row to estimate how &lt;CODE data-start="2058" data-end="2064"&gt;Site&lt;/CODE&gt; shifts the log-rate and/or shape. Because each event row carries the site at that time, you have effectively encoded a time-varying covariate.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 08 Aug 2025 13:59:01 GMT</pubDate>
    <dc:creator>Caozheng0115</dc:creator>
    <dc:date>2025-08-08T13:59:01Z</dc:date>
    <item>
      <title>Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893171#M105414</link>
      <description>&lt;P&gt;Hi, all&lt;BR /&gt;I am a new member to the community. I am assigned a task to perform recurrence analysis on our data. I never used JMP or did any recurrence analysis. So I will bring some stupid questions for sure.&lt;BR /&gt;The data we have are robots repair. We want to see repairs event pattern for the bots and I was told to use recurrence analysis (don't know why).&lt;/P&gt;
&lt;P&gt;So we have around 15000 robots, I used the 'bot_id', 'accumulated_transactions', 'site', 'cost', 'bot_type' and 'component' columns. 'Site' includes different location where the robots work. 'cost' is the 0, 1 value ( 1 means a repair, and 0 means the last seen event of the bots). 'component' are different parts under repair. We want to see effect of sites, bot_type, and parts on mcf and repair pattern. I primarily use Log Linear NHPP model.&lt;/P&gt;
&lt;P&gt;I have some concerns with the data. We have around 1000 loaner bots that travel around all sites. If I select 'site' column as 'Grouping' role in the analysis to see the MCF for different sites, does it affect the result? My understand is that each site will consider the loaner bot as an independent bot now. Should I exclude those like 1000 loaner bots if I want to 'Grouping' by 'site'?&lt;/P&gt;
&lt;P&gt;The data I received have the 'cost' value as 0 at the last event for each site and bot. So if a bot worked in two sites, there will be two 0 values for this bot, each as the last event per site. Does this affect how JMP count active bots when calculate MCF value? My understanding is that 0 cost value means the end of the bot. If there are multiple 0 values for a bot, how is that handled?&lt;/P&gt;
&lt;P&gt;I have other questions but want to stop now before this gets too long.&lt;BR /&gt;Appreciate you help.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 17:50:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893171#M105414</guid>
      <dc:creator>Caozheng0115</dc:creator>
      <dc:date>2025-08-07T17:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893214#M105424</link>
      <description>&lt;P&gt;I think your "site" variable is so-called "time-varying covariate" or "time-varying stress" in statistical jargons. If you want to include time-varying covariates in your recurrence model, you need to add a row at each time when the level of one of time-varing covariates is changed. At that time, the value of cost colum is set to zero. For example, if the ID1 robot moved from A to B, B to C and C to somewehre at time=1,4 and 5, respectively, you need to prepare for the following table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;bot_id&amp;nbsp; &amp;nbsp;site&amp;nbsp; &amp;nbsp; time&amp;nbsp; &amp;nbsp;cost&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;BR /&gt;&amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Your "component" variable seems like so-called "competing risk" in statistical jargons. JMP's Reccurrence Analysis does not support the cometing risk. You can do only following analysis.&lt;BR /&gt;(1) Set cost=1 whatever one of all kinds of failures occurs.&lt;BR /&gt;(2) Set cost=1 only when a specific failure occurs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The attached data table shows a toy example for only one robot. The cost is set by the method 1) in the above. Run the table script in the attaced data table. The Profiler shows the estimated cumlative failure counts if robots always works at a specific site only (like always works at site="A" only).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am very afraid that I do not understand your situation well. But I hope my above comment gives some idea for your analysis.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 02:26:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893214#M105424</guid>
      <dc:creator>yusuke_ono</dc:creator>
      <dc:date>2025-08-08T02:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893340#M105432</link>
      <description>&lt;P&gt;Thanks for the fast response. I understand you point on including 0 cost for each site change. I should provide more details. &lt;BR /&gt;I think the concern now is how JMP handle 0 cost. It seems that JMP will just exclude the bots earlier than it should, if the bot have 0 cost at early time. With less bots considered effective by JMP, the mcf value will be increased. Following is what I see. Top one is data with one 0 cost per bot. Bottom is data with multiple 0 cost (one per bot per site). The bottom mcf value is greater because jmp exclude the 0 cost value bot too early. That is my understanding, which might be wrong.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Caozheng0115_0-1754660896318.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79932i3DFA61D3101FBCB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Caozheng0115_0-1754660896318.png" alt="Caozheng0115_0-1754660896318.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Caozheng0115_1-1754660922418.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/79933i289CB27C3FBAC9B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Caozheng0115_1-1754660922418.png" alt="Caozheng0115_1-1754660922418.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ask the same question to ChatGPT and following is the answer. I felt that 0 zero cost per bot for the last event seen is what I should do. Let me know what you think.&lt;/P&gt;
&lt;H2 data-section-id="s9gguw" data-start="911" data-end="964"&gt;Option A — &lt;STRONG data-start="925" data-end="944"&gt;Simple &amp;amp; Robust&lt;/STRONG&gt; (recommended first)&lt;/H2&gt;
&lt;P data-start="965" data-end="1331"&gt;&lt;STRONG data-start="965" data-end="1000"&gt;Keep one row per event (Cost=1)&lt;/STRONG&gt; with the &lt;CODE data-start="1010" data-end="1016"&gt;Site&lt;/CODE&gt; value active at that event, &lt;STRONG data-start="1045" data-end="1081"&gt;and one final Cost=0 row per bot&lt;/STRONG&gt; at the bot’s last observed transaction.&lt;BR data-start="1121" data-end="1124" /&gt;This approach uses the event rows to carry the time-varying &lt;CODE data-start="1184" data-end="1190"&gt;Site&lt;/CODE&gt; value. It’s simple, avoids multiple right-censor rows per bot, and JMP will correctly use the &lt;CODE data-start="1285" data-end="1291"&gt;Site&lt;/CODE&gt; value that was in effect at each event.&lt;/P&gt;
&lt;P data-start="1333" data-end="1647"&gt;&lt;STRONG data-start="1333" data-end="1349"&gt;When to use:&lt;/STRONG&gt; most common; sufficient if you only need the covariate at event times (which is usually the case).&lt;BR data-start="1448" data-end="1451" /&gt;&lt;STRONG data-start="1451" data-end="1460"&gt;Pros:&lt;/STRONG&gt; easy,&lt;STRONG&gt; avoids JMP misinterpreting multiple 0s.&lt;/STRONG&gt;&lt;BR data-start="1506" data-end="1509" /&gt;&lt;STRONG data-start="1509" data-end="1518"&gt;Cons:&lt;/STRONG&gt; doesn’t explicitly model intervals with no events where the covariate changed — but that’s rarely necessary for NHPP estimation.&lt;/P&gt;
&lt;H3 data-section-id="s2efqx" data-start="1649" data-end="1663"&gt;Data shape&lt;/H3&gt;
&lt;P data-start="1664" data-end="1683"&gt;Each row is either:&lt;/P&gt;
&lt;UL data-start="1684" data-end="1913"&gt;
&lt;LI data-start="1684" data-end="1784"&gt;
&lt;P data-start="1686" data-end="1784"&gt;&lt;STRONG data-start="1686" data-end="1699"&gt;Event row&lt;/STRONG&gt;: &lt;CODE data-start="1701" data-end="1708"&gt;BotID&lt;/CODE&gt;, &lt;CODE data-start="1710" data-end="1735"&gt;AccumulatedTransactions&lt;/CODE&gt; (event time), &lt;CODE data-start="1750" data-end="1760"&gt;Cost = 1&lt;/CODE&gt;, &lt;CODE data-start="1762" data-end="1784"&gt;Site = site_at_event&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1785" data-end="1913"&gt;
&lt;P data-start="1787" data-end="1913"&gt;&lt;STRONG data-start="1787" data-end="1821"&gt;Final censor row (one per bot)&lt;/STRONG&gt;: &lt;CODE data-start="1823" data-end="1830"&gt;BotID&lt;/CODE&gt;, &lt;CODE data-start="1832" data-end="1857"&gt;AccumulatedTransactions&lt;/CODE&gt; (last observed), &lt;CODE data-start="1875" data-end="1885"&gt;Cost = 0&lt;/CODE&gt;, &lt;CODE data-start="1887" data-end="1913"&gt;Site = &amp;lt;last site or NA&amp;gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 data-section-id="1yka7pz" data-start="1915" data-end="1936"&gt;How JMP uses this&lt;/H3&gt;
&lt;UL data-start="1937" data-end="2207"&gt;
&lt;LI data-start="1937" data-end="2207"&gt;
&lt;P data-start="1939" data-end="2207"&gt;When you add &lt;CODE data-start="1952" data-end="1958"&gt;Site&lt;/CODE&gt; &lt;STRONG data-start="1959" data-end="1996"&gt;as a column affecting Scale/Shape&lt;/STRONG&gt;, JMP uses the &lt;CODE data-start="2011" data-end="2017"&gt;Site&lt;/CODE&gt; value on each event row to estimate how &lt;CODE data-start="2058" data-end="2064"&gt;Site&lt;/CODE&gt; shifts the log-rate and/or shape. Because each event row carries the site at that time, you have effectively encoded a time-varying covariate.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 08 Aug 2025 13:59:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893340#M105432</guid>
      <dc:creator>Caozheng0115</dc:creator>
      <dc:date>2025-08-08T13:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893512#M105440</link>
      <description>&lt;P&gt;Thank you for yor reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this reply, I would like to explain when the rows with Cost=0 are needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are two kind of situations where we need the rows with Cost=0. The one is to represent the last time which you observed each robot. The other one is to represent the change of time-varying covariates.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you observed until "t", and if the robot did not fail at the last observed time "t", you need to include the last row with Cost=0. This situation is called "right-censoring" in statistical jargons. In recurrent analysis, the right-censoring is usuall because we can repir&amp;nbsp; eash robot so we cannot observe the "real death" or "complete death" of the robot.&amp;nbsp;For example, the last time you observed the ID001 robot is 100, and the robot did not fail at t=100, you need to include the following row.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;ID&amp;nbsp; &amp;nbsp; &amp;nbsp; t&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cost&lt;/STRONG&gt;&lt;BR /&gt;001&amp;nbsp; &amp;nbsp; &amp;nbsp; ...&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;BR /&gt;001&amp;nbsp; &amp;nbsp; &amp;nbsp; ...&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;BR /&gt;001&amp;nbsp; &amp;nbsp; 100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This row is needed to notify to JMP that this robot was alive until when.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you observed until "t", and if the robot failed at that time "t", you do not need to include the last row with Cost=0. Instead, you need to include the last row with Cost=1. For example, the last time you observed the ID001 robot is 100, and the robot failed at t=100, you need to include the following row with Cost=1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;ID&amp;nbsp; &amp;nbsp; &amp;nbsp; t&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Cost&lt;/STRONG&gt;&lt;BR /&gt;001&amp;nbsp; &amp;nbsp; &amp;nbsp; ...&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;BR /&gt;001&amp;nbsp; &amp;nbsp; &amp;nbsp; ...&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;BR /&gt;001&amp;nbsp; &amp;nbsp; 100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rows with The Cost=0 are also needed to represent the change of covariates. Fo example, if the covariate X is changed from A to B at time=50, then the following row with Cost=0 is needed.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; t&amp;nbsp; &amp;nbsp; &amp;nbsp; X&amp;nbsp; &amp;nbsp; &amp;nbsp; Cost&lt;/STRONG&gt;&lt;BR /&gt;001&amp;nbsp; &amp;nbsp; &amp;nbsp;...&amp;nbsp; &amp;nbsp; &amp;nbsp;...&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;BR /&gt;001&amp;nbsp; &amp;nbsp; &amp;nbsp;50&amp;nbsp; &amp;nbsp; &amp;nbsp;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;BR /&gt;001&amp;nbsp; &amp;nbsp; &amp;nbsp;...&amp;nbsp; &amp;nbsp; &amp;nbsp; B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This row is needed to notify to JMP that the change of covariates. As I wrote in the previous reply, this kind of covariate are called "time-varying covariate".&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The MCF Plot is affected by whether you include the last observed row with Cost=0 or not. The MCF Plot is not affected by whether you include the row with Cost=0 for time-varying covariates or not. But the results by Fit Model are affected by both types of rows with Cost=0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this reply what you expect? If not, I would like you to reply again.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 23:01:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893512#M105440</guid>
      <dc:creator>yusuke_ono</dc:creator>
      <dc:date>2025-08-08T23:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893513#M105441</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/73753"&gt;@Caozheng0115&lt;/a&gt;&amp;nbsp;-san,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CORRECTION FOR MY FIRST REPLY&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Your "component" variable seems like so-called "competing risk" in statistical jargons. JMP's Reccurrence Analysis does not support the cometing risk. You can do only following analysis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(1) Set cost=1 whatever one of all kinds of failures occurs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(2) Set cost=1 only when a specific failure occurs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;If you use the Cause column in the launch dialog, you can do the anaysis in (2) by the Recurrence Analysis platform. The attached data table shows an example.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 23:37:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893513#M105441</guid>
      <dc:creator>yusuke_ono</dc:creator>
      <dc:date>2025-08-08T23:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893730#M105451</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi, Thank for your fast reply. Could you explain why option 2 not option 1? In your sample data, it looks that both way(a column for cost and individual cost for two cause) work and generate the same results. I guess If I want to show one cause in figure 1 and the other cause in figure 2, I need to make new columns for Cost for different cause so the result are consistent. Is that what you are suggesting? How about a similar situation for Grouping then? For instance If I group by site. Is there a way to show single site result and figure which is the same as that for results generated from data include multiple sites?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I check the sample data you sent. It looks that you use Mode as cause, site as scale effect in the first saved analysis. The model you used is proportional NHPP. Is there a reason for the model pick? My understanding is that&amp;nbsp; proportional NHPP model assumes a &lt;EM data-start="530" data-end="547"&gt;common baseline&lt;/EM&gt; MCF curve for all causes, scaled up or down by multiplicative factors. In my case, the different cause effects are not assumed to be proportional, so I used the Log linear model. Let me know if that is the model I should use.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have trouble understanding the fit curve generated. Is the red fit curve for Fail 1? The fit curve is really far away from the red MCF curve. Why is that happening? There are two blue fit curves. Which one is the fit curve for Fail2? Why are there two fit curves generated? What is the green fit curve?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or the fit curves are for different sites. But the red one only has one curve instead of two. I don't understand why that happened.&lt;BR /&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Caozheng0115_0-1754921248551.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80107iDF66BFFEB16692AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Caozheng0115_0-1754921248551.png" alt="Caozheng0115_0-1754921248551.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 19:07:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893730#M105451</guid>
      <dc:creator>Caozheng0115</dc:creator>
      <dc:date>2025-08-11T19:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893731#M105452</link>
      <description>&lt;P&gt;Thanks a lot. This is very clear. You are a life saver.&lt;BR /&gt;I have one more follow up question on this. If I want to compare effect of sites, should I put site as Grouping role, scale effect, or shape effect? I want to show MCF for each site, the fit curve for each site, and the parameter estimate(&lt;SPAN&gt;γ and&amp;nbsp;δ)&lt;/SPAN&gt;&amp;nbsp;as well.&lt;BR /&gt;I saw two options:&lt;/P&gt;
&lt;P&gt;1. Do not include site as Grouping, fill them as scale and shape effectors. Then I can compared the parameters of the model(log linear NHPP) among different sites. But there is only one MCF curve generated for the total in this method.&lt;BR /&gt;2. Include site as Grouping, fill them as scale and shape effectors as well (don't know if I can do that). This way will generate MCF for each site, fit curve for each site, as well as model parameters to compare the effect among sites. The issue I found for this way is that Grouping will generate individual model for each site (I could be wrong), and it is not a good way to compare effects of site using different models.&lt;BR /&gt;What I should do. Should I generate individual curve in Option2 and use the results table for parameter estimate using Option 1? Then the curves I show will not match exactly the parameter table.&amp;nbsp;&lt;BR /&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 13:31:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893731#M105452</guid>
      <dc:creator>Caozheng0115</dc:creator>
      <dc:date>2025-08-11T13:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893828#M105459</link>
      <description>&lt;DIV&gt;Thank you again for your reply.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Although I am afraid that I misudernstand your situation, I this the option (1) must be correct.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;As far as I understand, I think your Site variable is a time-varying covariate.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;If so, you should NOT set the Site variable as the Grouping column.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;If you set the SITE in the following table,...&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;ID&amp;nbsp; SITE TIME&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;1&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; 15&lt;/DIV&gt;
&lt;DIV&gt;1&amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; 31&lt;/DIV&gt;
&lt;DIV&gt;1&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; 49&lt;/DIV&gt;
&lt;DIV&gt;1&amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; 57&lt;/DIV&gt;
&lt;DIV&gt;1&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp;102&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;... then, JMP recognize that there are two IDs.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;ID&amp;nbsp; SITE TIME&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;1-1&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; 15&lt;/DIV&gt;
&lt;DIV&gt;2-1&amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; 31&lt;/DIV&gt;
&lt;DIV&gt;1-1&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; 49&lt;/DIV&gt;
&lt;DIV&gt;2-1&amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; 57&lt;/DIV&gt;
&lt;DIV&gt;1-1&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp;102&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;So, (if I do not misunderstand your situation and if your Site variable is a time-varying covariate) you should NOT inlucde the Site variable for the Grouping column.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;There is one additional note.&lt;/DIV&gt;
&lt;DIV&gt;The nonparametric estimates in the MCF Plot, which is the first plot you see before fitting the model, does not consider the time varying covariate. And,the curve estimated by the model shows the curve when all time-varying covariate are fixed to each Site value. So, we cannot use the MCF plot to check the model is fitted well or not if your model has time-varying covariates.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;The following script shows a simple toy example. In this simulated data, the scale (theta) and shape(beta) parameters are changed after the first 30 time points. The Site variables shows the change, and this Site is the time-varying covriate.&amp;nbsp; Just only for simplicity, I use Power Nonhomogeneous Poisson Process.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;The time-varying covariate, Site, should not be included in the Grouping column.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
Random Reset(111111);
n = 30;
nid = 100;
data = J(2*n*nid, 4, .);
b1 = 3;
theta1 = 5;
b2 = 8;
theta2 = 8;

k = 0;
For( id = 1, id &amp;lt;= nid, id++,
x = 0;
For( i = 1, i &amp;lt;= n - 1, i++,
x = (x ^ b1 + Random Exp() * theta1 ^ b1) ^ (1 / b1);
k++;
data[k, 1] = id;
data[k, 2] = 1;
data[k, 3] = x;
data[k, 4] = 1;
);
k++;
data[k, 1] = id;
data[k, 2] = 1;
data[k, 3] = x;
data[k, 4] = 0;

For( i = 1, i &amp;lt;= n - 1, i++,
x = (x ^ b2 + Random Exp() * theta2 ^ b2) ^ (1 / b2);
k++;
data[k, 1] = id;
data[k, 2] = 2;
data[k, 3] = x;
data[k, 4] = 1;
);
k++;
data[k, 1] = id;
data[k, 2] = 2;
data[k, 3] = x;
data[k, 4] = 0;


);

dt = As Table(data,&amp;lt;&amp;lt;Column Names({"ID","Site", "Time", "Cost"}));
Column(dt,1) &amp;lt;&amp;lt; Modeling Type("Nominal");
Column(dt,2) &amp;lt;&amp;lt; Modeling Type("Nominal");


dt &amp;lt;&amp;lt; Recurrence Analysis(
Y( :Time ), Label( :ID ), Cost( :Cost ),
Event Plot( 1 ),
Fit Model(
Scale Effects( :Site ),
Shape Effects( :Site ),
Run Model,
 Model Type( "Power Nonhomogeneous Poisson Process" )
)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;In this simple toy example, the true model is fitted. So, the model fit is very well. But the MCF Plot cannot show the goodness of fit.&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yusuke_ono_0-1754960081412.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80136i9723A629E7469671/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yusuke_ono_0-1754960081412.png" alt="yusuke_ono_0-1754960081412.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;In short, do not inlucde time-varying covariates in&amp;nbsp; the Grouping column, and do not use the MCF Plot to check the goodness of fit if your model has time-varing covariates.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 00:56:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/893828#M105459</guid>
      <dc:creator>yusuke_ono</dc:creator>
      <dc:date>2025-08-12T00:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/895904#M105652</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for you reply, this is really helpful. Somehow I missed the email form JMP community to remind me to look at your response. Sorry for the late reply.&lt;BR /&gt;I will NOT use site as GROUPING role.&lt;/P&gt;
&lt;P&gt;I have performed the analysis and presented some of the results. My manager is happy. So thanks a lot.&lt;/P&gt;
&lt;P&gt;The next step is to see the COST (actual money) in the MCF to see the average money per bot repair.&lt;/P&gt;
&lt;P&gt;So I am planning to put the money amount instead of the 1(indicating repair) in the cost role column. The 0 will still be kept to indicated censor status.&lt;/P&gt;
&lt;P&gt;It that the right way to study average money per bot repair? Following is the data sample with actual money in Cost role column.&lt;BR /&gt;I am using JMP 18 standard.&lt;BR /&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Caozheng0115_0-1755790033734.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80834iA3C7DB2491DE8713/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Caozheng0115_0-1755790033734.png" alt="Caozheng0115_0-1755790033734.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 15:29:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/895904#M105652</guid>
      <dc:creator>Caozheng0115</dc:creator>
      <dc:date>2025-08-21T15:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/896247#M105663</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you again for your reply,&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/73753"&gt;@Caozheng0115&lt;/a&gt;&amp;nbsp;-san&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can specify any positive costs. In non-parametric estimates, the cumulative costs are calculated. In parametric estimations, costs are used as weights for log likelihood function.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(If you would like to know the mathematical details, I would like to explain it more, so please reply so.)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am very afraid that I misunderstood your situation and that I might have failed to explain "time-varying effect". In your last example, the "Site" column is not "time-varying effect".&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Time-varying" effects are effects whose values changes within each ID. In the following data, the Site column is a time-varying effect.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yusuke_ono_0-1755831140678.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80959iF5949B59E16FEEBD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yusuke_ono_0-1755831140678.png" alt="yusuke_ono_0-1755831140678.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am also afraid that I misunderstand the difference in robots. I assumed that all robots are the same version, type and grade, so I did not set the "ID" as a grouping effect or a model effect. (For example, if ID=001, ID=002 and ID=003 are C-3PO, R2-D2 and BB-8 in Star Wars, respectively, these three robots are completely different kinds. So, I think we should set the ID column into Grouping column and also include it to a model effect.)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In your last example, the "Site" is completely confounded with the "ID". So, we cannot separate the effect of Site from ID. (For example, C-3PO worked only in a desert, R2-D2 worked only near sea, and BB-8 worked only inside a comfortable building, we cannot separate the ID effect from the place effect.)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Although I must still misunderstand your situation, the following is an example of an analysis for your last example. I calculate the nonparametric cumulative costs for each ID=001 and 002 separately by including the ID to Grouping column. I exclude data for ID=003 from my analysis because there is only one failure. I fit the parametric Loglinear Poisson process model for each ID. Based on this model, the cumulative cost at Time=300 for ID=001 is estimated to 13300.37, and the one at Time=300 for 002 is done to 550.007.&lt;/SPAN&gt;&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="yusuke_ono_1-1755831190585.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80960i8272AF4CFF4A27D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yusuke_ono_1-1755831190585.png" alt="yusuke_ono_1-1755831190585.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yusuke_ono_2-1755831227460.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80961iE8A63810B276EB16/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yusuke_ono_2-1755831227460.png" alt="yusuke_ono_2-1755831227460.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I attach the data table, your last example, which I used for the above analysis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 02:57:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/896247#M105663</guid>
      <dc:creator>yusuke_ono</dc:creator>
      <dc:date>2025-08-22T02:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/896296#M105670</link>
      <description>&lt;P&gt;Hi, thanks for you fast reply. You did not misunderstand and there are indeed two types of bots and I use bot type in GROUPING effect if I want to see the effect of bot types. My last example is a simple one without site as time covariate just for simple example. No misunderstanding from you and I also understand your concern.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the money in weight of likelihood function, I think I have the feeling how it works.&amp;nbsp;&amp;nbsp;Using costs as weights means more expensive events count more in shaping the fitted model, not just in the cumulative total. Now I am not focusing on the math and I will use the money in the cost role. All the best.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 12:35:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/896296#M105670</guid>
      <dc:creator>Caozheng0115</dc:creator>
      <dc:date>2025-08-22T12:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/896459#M105675</link>
      <description>&lt;P&gt;Thank you again for your reply,&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/73753"&gt;@Caozheng0115&lt;/a&gt;&amp;nbsp;-san.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am relieved to hear it. If you have additional questions related to recurrenct analysis, I would like you to ask again or reply this thread.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 19:46:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/896459#M105675</guid>
      <dc:creator>yusuke_ono</dc:creator>
      <dc:date>2025-08-22T19:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/897208#M105722</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;Hope you are doing well.&lt;BR /&gt;I tested dollar values in the cost column. Since the cost is like scaling/weight of the repair events. It shifted the curve but did not really show anything unexpected.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another task is to predict future repairs and cost. Do you think recurrence in JMP is a good way to perform prediction? I have been using the Loglinear NHPP model, but I noticed that the fitted curve converge quickly and will probably do bad prediction.&amp;nbsp;&lt;BR /&gt;I guess I can use Proportional NHPP model. I just feel like I don't have much of the choice and prediction using the recurrence analysis seems not accurate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there other analysis that I can do the prediction?&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 19:37:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/897208#M105722</guid>
      <dc:creator>Caozheng0115</dc:creator>
      <dc:date>2025-08-26T19:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/897325#M105737</link>
      <description>&lt;P&gt;Dear Cao Zheng-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just happened to see this thread.&amp;nbsp; There are some very good learning resources available to you on the JMP web site.&amp;nbsp; For general reliability, check out&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Learn-JMP/ct-p/learn-jmp?labels=Reliability%20Analysis" target="_blank" rel="noopener"&gt;Learn JMP - JMP User Community&lt;/A&gt;.&amp;nbsp; For repairable systems analysis, my colleague, Jerry Fish, did a really good webinar.&amp;nbsp; You can find it using this link:&amp;nbsp; &lt;LI-MESSAGE title="Analyzing Reliability for Repairable Systems" uid="810064" url="https://community.jmp.com/t5/Learn-JMP-Events/Analyzing-Reliability-for-Repairable-Systems/m-p/810064#U810064" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-occasion-thread lia-fa-icon lia-fa-occasion lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Charlie&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 17:28:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/897325#M105737</guid>
      <dc:creator>charlie_whitman</dc:creator>
      <dc:date>2025-08-27T17:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/897336#M105744</link>
      <description>&lt;P&gt;Hello-&lt;BR /&gt;Adding on to Charlie's post-&lt;BR /&gt;A ton of great resources at Learn JMP&lt;BR /&gt;&lt;BR /&gt;Check out this link&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Learn-JMP-Events/Analyzing-Reliability-for-Non-Repairable-Systems/ec-p/810009#M452" target="_self"&gt;https://community.jmp.com/t5/Learn-JMP-Events/Analyzing-Reliability-for-Non-Repairable-Systems/ec-p/810009#M452&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Also this series that includes several segments on Recurrence&amp;nbsp;&lt;A title="https://community.jmp.com/t5/Deeper-Dives/A-Deeper-Dive-into-Reliability-Analysis-for-Repairable-Systems/ta-p/738833" href="https://community.jmp.com/t5/Deeper-Dives/A-Deeper-Dive-into-Reliability-Analysis-for-Repairable-Systems/ta-p/738833" target="_self"&gt;https://community.jmp.com/t5/Deeper-Dives/A-Deeper-Dive-into-Reliability-Analysis-for-Repairable-Systems/ta-p/738833&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 17:20:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/897336#M105744</guid>
      <dc:creator>GregF_JMP</dc:creator>
      <dc:date>2025-08-27T17:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrence Analysis in JMP 18 Standard</title>
      <link>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/898337#M105828</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;A class="trigger-hovercard" href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3913" target="_blank" rel="noopener"&gt;yusuke_ono&lt;/A&gt;&lt;BR /&gt;Hope you are doing well. I thought of something on your reply:&lt;/P&gt;
&lt;P&gt;'&lt;SPAN&gt;If you observed until "t", and if the robot failed at that time "t", you do not need to include the last row with Cost=0. Instead, you need to include the last row with Cost=1' &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;My question is that what if the bots failed before time "t", and went to garbage? Should those bots be included?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;In my case,eg. a bot failed at 100 transaction (I am using transaction instead of time) and it was not fixable, and that occurred before my observation. I guess I will fill 1 at transaction 100 for this bot. No 0 will be filled since this bot is not fixable. Am I right? Currently we did not include any bots that failed and not fixed before observation. Let me know if I should include those bots. Thanks.&lt;/P&gt;
&lt;DIV class="jmp-author-rank"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Sep 2025 16:06:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Recurrence-Analysis-in-JMP-18-Standard/m-p/898337#M105828</guid>
      <dc:creator>Caozheng0115</dc:creator>
      <dc:date>2025-09-02T16:06:10Z</dc:date>
    </item>
  </channel>
</rss>

