<?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: How should the formula for this regression look? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-should-the-formula-for-this-regression-look/m-p/747259#M92728</link>
    <description>&lt;P&gt;Intuitively, I think you need to look into dummy variables:&amp;nbsp;&lt;A href="https://en.wikipedia.org/wiki/Dummy_variable_(statistics)" target="_blank"&gt;https://en.wikipedia.org/wiki/Dummy_variable_(statistics)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the journal you shared, there is a nice big window showing the prediction expression. You have two questions with 3-4 possible responses (from multiple choice?). Possibly, each response can be represented with its own dummy variable. How to write that in general terms is perhaps only another Google search away.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck with your thesis!&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2024 12:38:13 GMT</pubDate>
    <dc:creator>Ressel</dc:creator>
    <dc:date>2024-04-16T12:38:13Z</dc:date>
    <item>
      <title>How should the formula for this regression look?</title>
      <link>https://community.jmp.com/t5/Discussions/How-should-the-formula-for-this-regression-look/m-p/747238#M92719</link>
      <description>&lt;P&gt;I am currently writing my bachelor thesis and am not that experienced in JMP or regression in general. I was wondering how the formula for the attached regression would look? I know you can make a predection expression but I need to set it up in more general terms.&lt;BR /&gt;&lt;BR /&gt;Like: beta0+beta1*X1+beta2*X2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it makes sense and that someone can help.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 10:32:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-should-the-formula-for-this-regression-look/m-p/747238#M92719</guid>
      <dc:creator>Luggilas</dc:creator>
      <dc:date>2024-04-16T10:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: How should the formula for this regression look?</title>
      <link>https://community.jmp.com/t5/Discussions/How-should-the-formula-for-this-regression-look/m-p/747259#M92728</link>
      <description>&lt;P&gt;Intuitively, I think you need to look into dummy variables:&amp;nbsp;&lt;A href="https://en.wikipedia.org/wiki/Dummy_variable_(statistics)" target="_blank"&gt;https://en.wikipedia.org/wiki/Dummy_variable_(statistics)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the journal you shared, there is a nice big window showing the prediction expression. You have two questions with 3-4 possible responses (from multiple choice?). Possibly, each response can be represented with its own dummy variable. How to write that in general terms is perhaps only another Google search away.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck with your thesis!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 12:38:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-should-the-formula-for-this-regression-look/m-p/747259#M92728</guid>
      <dc:creator>Ressel</dc:creator>
      <dc:date>2024-04-16T12:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: How should the formula for this regression look?</title>
      <link>https://community.jmp.com/t5/Discussions/How-should-the-formula-for-this-regression-look/m-p/747271#M92731</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/56552"&gt;@Luggilas&lt;/a&gt;&amp;nbsp;; As&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/15435"&gt;@Ressel&lt;/a&gt;&amp;nbsp;said, you will need to define several indicator ("dummy") variables; based on your Prediction Expression in your output, something like below:&lt;/P&gt;
&lt;P&gt;5.8708 + 1.703*&lt;STRONG&gt;&lt;FONT face="symbol"&gt;I&lt;/FONT&gt;&lt;/STRONG&gt;11 -0.946*&lt;FONT face="symbol"&gt;&lt;STRONG&gt;I&lt;/STRONG&gt;&lt;/FONT&gt;12 -0.757*&lt;FONT face="symbol"&gt;&lt;STRONG&gt;I&lt;/STRONG&gt;&lt;/FONT&gt;13 -0.358*&lt;FONT face="symbol"&gt;&lt;STRONG&gt;I&lt;/STRONG&gt;&lt;/FONT&gt;21 +3.591*&lt;STRONG&gt;&lt;FONT face="symbol"&gt;I&lt;/FONT&gt;&lt;/STRONG&gt;22 + 1.611*&lt;FONT face="symbol"&gt;&lt;STRONG&gt;I&lt;/STRONG&gt;&lt;/FONT&gt;23 -4.844*&lt;FONT face="symbol"&gt;&lt;STRONG&gt;I&lt;/STRONG&gt;&lt;/FONT&gt;24&lt;/P&gt;
&lt;P&gt;Where &lt;FONT face="symbol"&gt;&lt;STRONG&gt;I&lt;/STRONG&gt;&lt;/FONT&gt;11 = 1 if Questions 1 (Hvor ofte…) = Dag, 0 otherwise.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="symbol"&gt;&lt;STRONG&gt;I&lt;/STRONG&gt;&lt;/FONT&gt;12 = 1 if Question 1 (Hvor ofte…) =Mindre, 0 otherwise.&lt;/P&gt;
&lt;P&gt;Etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 13:43:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-should-the-formula-for-this-regression-look/m-p/747271#M92731</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2024-04-16T13:43:07Z</dc:date>
    </item>
  </channel>
</rss>

