<?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: JMP Simulate Responses feature for binomial data in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/53959#M30487</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/6047"&gt;@gustavjung&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Just to be clear, the linear portion of the a logistic regression model does not directly output probabilities, but the log-odds.&amp;nbsp; You need to apply the sigmoid (logistic) function (1/(1+exp(-x))) to convert log-odds to probabilities.&amp;nbsp; That's why the function you posted is 1/(1+e^(-(beta0 + beta1*x1 + beta2*x2 + beta3*x1*x2))).&lt;/P&gt;&lt;P&gt;Coefficients are the betas.&amp;nbsp; You should input 0 for x1x2 since your desired model has no&amp;nbsp;x1x2 interaction.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Mar 2018 19:40:13 GMT</pubDate>
    <dc:creator>cwillden</dc:creator>
    <dc:date>2018-03-27T19:40:13Z</dc:date>
    <item>
      <title>JMP Simulate Responses feature for binomial data</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/53955#M30483</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I want to simulate responses using built in JMP Simulate Responses feature.&lt;/P&gt;&lt;P&gt;I use binomial distribution and my model for simplisity lets say is&lt;/P&gt;&lt;P&gt;p = 0,05 + 0.04*X1 + 0,02*X2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Actually I want to use simulation for fractional factorial designs.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;X1&lt;/TD&gt;&lt;TD&gt;X2&lt;/TD&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-1&lt;/TD&gt;&lt;TD&gt;-1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;0.05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;0.02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;-1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;0.04&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;0.06&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to simulate this model what values do I need to enter in a Simulate Responses dialog box? Do I need to enter betas? But how do I derive them from coefficients?&lt;/P&gt;&lt;P&gt;Do I need to modify the formula?&amp;nbsp;&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="03.27.2018-21.44" style="width: 180px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10105iDE83F60592C57C05/image-size/large?v=v2&amp;amp;px=999" role="button" title="03.27.2018-21.44" alt="03.27.2018-21.44" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;Random Binomial(
	100000,
	1 / (1 + Exp(
		-1 * (0.05 + Match( :X1, "-1", 0.04, "1", -0.04, . ) + Match( :X2, "-1", 0.02, "1", -0.02, . )
		+Match( :X1, "-1", Match( :X2, "-1", 0.06, "1", -0.06, . ), "1", Match( :X2, "-1", -0.06, "1", 0.06, . ), . ))
	))
)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 19:35:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/53955#M30483</guid>
      <dc:creator>gustavjung</dc:creator>
      <dc:date>2018-03-27T19:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Simulate Responses feature for binomial data</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/53958#M30486</link>
      <description>&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Testing-Sample-sizes-for-a-full-factorial/m-p/52709#M29842" target="_self"&gt;This discussion&lt;/A&gt; might help.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 19:35:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/53958#M30486</guid>
      <dc:creator>Phil_Kay</dc:creator>
      <dc:date>2018-03-27T19:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Simulate Responses feature for binomial data</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/53959#M30487</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/6047"&gt;@gustavjung&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Just to be clear, the linear portion of the a logistic regression model does not directly output probabilities, but the log-odds.&amp;nbsp; You need to apply the sigmoid (logistic) function (1/(1+exp(-x))) to convert log-odds to probabilities.&amp;nbsp; That's why the function you posted is 1/(1+e^(-(beta0 + beta1*x1 + beta2*x2 + beta3*x1*x2))).&lt;/P&gt;&lt;P&gt;Coefficients are the betas.&amp;nbsp; You should input 0 for x1x2 since your desired model has no&amp;nbsp;x1x2 interaction.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 19:40:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/53959#M30487</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-03-27T19:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Simulate Responses feature for binomial data</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/54033#M30511</link>
      <description>&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;P&gt;So now I understand that beta is calculated as folows:&lt;/P&gt;&lt;P&gt;p = 0,05 + 0.04*X1 + 0,02*X2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intercept (when all levels at -1 is 5% success rate)&lt;/P&gt;&lt;P&gt;is&lt;/P&gt;&lt;P&gt;ln(0,05/1-0,05) = -2,944&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;X1 (at -1 change from 0.05 to 0.09 at +1)&amp;nbsp; which is 80% uplift&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the same as saying that it is an uplift of 40% versus the average response for both levels of the factor.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Which means p = 0.05-40% versus p = 0.05+40%.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;p = 0.03&amp;nbsp;versus 0.07&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Which means log odds for&amp;nbsp;X1 = ln( 0.07 / 1-0.07) = -2,587&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For X2&amp;nbsp;(at -1 change from 0.05 to 0.07 at&amp;nbsp;+1)&amp;nbsp; which is&amp;nbsp;40% uplift&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;p = (0.05-20%)=0.04 versus (0.05+20%)=0.06&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Which means log odds for&amp;nbsp;X1 = ln( 0.07 / 1-0.07) = -2,752&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So I enter this values to Response Simulator&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="03.28.2018-17.50" style="width: 180px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10128i1B06111A946DC93A/image-size/large?v=v2&amp;amp;px=999" role="button" title="03.28.2018-17.50" alt="03.28.2018-17.50" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I analyze the simulated data in Generalized Linear Model&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get different prediction responses from that I was expected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FrUkLKO78Xxc%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DrUkLKO78Xxc&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FrUkLKO78Xxc%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="400" height="225" scrolling="no" title="3/28/2018 6:01:40 PM" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please point me on my mistakes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the project file if needed.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 15:07:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/54033#M30511</guid>
      <dc:creator>gustavjung</dc:creator>
      <dc:date>2018-03-28T15:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Simulate Responses feature for binomial data</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/54034#M30512</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the problem might be that the intercept is not where all Xs are at -1. Rather, I think the intercept is where all Xs are at 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven't checked this but you might want to take a look and see if that makes sense.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 15:48:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/54034#M30512</guid>
      <dc:creator>Phil_Kay</dc:creator>
      <dc:date>2018-03-28T15:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Simulate Responses feature for binomial data</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/54039#M30517</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/6047"&gt;@gustavjung&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;JMP parameterizes linear models a bit differently than what most people are used to.&amp;nbsp; The intercept is the average response (i.e. log-odds) across all factors, so as&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/1888"&gt;@Phil_Kay&lt;/a&gt;&amp;nbsp;pointed out, it's actually when the values of X1 and X2 are 0.&lt;/P&gt;&lt;P&gt;If you want P( y = 1 | x1 = -1 &amp;amp; x2 = -1) = 0.05, then you need to basically need to input any combination of beta0, beta1, and beta2 such that beta0 + beta1*(-1) + beta2*(-1) = -2.944.&amp;nbsp; Obviously, there's infinite solutions, so just plug in whatever you want for 2 of the betas and solve for the last.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 16:27:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/54039#M30517</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-03-28T16:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Simulate Responses feature for binomial data</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/54046#M30521</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/8582"&gt;@cwillden&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for the clarification!&lt;/P&gt;&lt;P&gt;But how do I calculate b1 and b2 if I have calculated b0?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I have tried to reproduce this simulation from help site:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/14/conduct-prospective-power-analysis-for-a-nonline.shtml" target="_blank"&gt;https://www.jmp.com/support/help/14/conduct-prospective-power-analysis-for-a-nonline.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, I couldn't get those numbers in prediction profiler:&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV&gt;Factor&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;Percent Passing at&amp;nbsp;X&lt;FONT&gt;i&lt;/FONT&gt;&lt;FONT&gt;&amp;nbsp;=&amp;nbsp;1&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;Percent Passing at&amp;nbsp;X&lt;FONT&gt;i&lt;/FONT&gt;&lt;FONT&gt;&amp;nbsp;=&amp;nbsp;-1&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;Difference&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV&gt;X&lt;FONT&gt;1&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;73.11%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;26.89%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;46.2%&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV&gt;X&lt;FONT&gt;2&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;71.09%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;28.91%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;42.2%&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV&gt;X&lt;FONT&gt;3&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;69.00%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;31.00%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;38.0%&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV&gt;X&lt;FONT&gt;4&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;66.82%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;33.18%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;33.6%&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV&gt;X&lt;FONT&gt;5&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;64.56%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;35.43%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;29.1%&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV&gt;X&lt;FONT&gt;6&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;62.25%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;37.75%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;24.5%&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Prediction Profiler&lt;/P&gt;&lt;P&gt;X6 at -1 is 0.010891&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="03.28.2018-21.11" style="width: 721px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10129iF699A442A2D83789/image-size/large?v=v2&amp;amp;px=999" role="button" title="03.28.2018-21.11" alt="03.28.2018-21.11" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;X6 at +1 is 0.029&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="03.28.2018-21.13" style="width: 728px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10130iFAE0206911BDDF75/image-size/large?v=v2&amp;amp;px=999" role="button" title="03.28.2018-21.13" alt="03.28.2018-21.13" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How does it correspond to initial values?&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV&gt;X&lt;FONT&gt;6&lt;/FONT&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;62.25%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;37.75%&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;24.5%&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:23:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/54046#M30521</guid>
      <dc:creator>gustavjung</dc:creator>
      <dc:date>2018-03-28T18:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Simulate Responses feature for binomial data</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/54049#M30524</link>
      <description>&lt;P&gt;While you might set the random seed for generating the design, that doesn't apply to simulating responses.&amp;nbsp; Therefore, you are going to get different results in your fitted model to the simulated data.&amp;nbsp; If you look at the parameter estimates, they should very roughly correspond to the coefficients you inputted into the simulation.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:49:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Simulate-Responses-feature-for-binomial-data/m-p/54049#M30524</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-03-28T18:49:36Z</dc:date>
    </item>
  </channel>
</rss>

