<?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: Trying to improve multivariate (continuous data) regression fit by also including ordinal data in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/417211#M66630</link>
    <description>&lt;P&gt;That's actually a good idea and a better measure than what I am using.&amp;nbsp; Are you thinking delta rise / delta time?&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Sep 2021 15:58:17 GMT</pubDate>
    <dc:creator>learning_JSL</dc:creator>
    <dc:date>2021-09-10T15:58:17Z</dc:date>
    <item>
      <title>Trying to improve multivariate (continuous data) regression fit by also including ordinal data</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/416329#M66563</link>
      <description>&lt;P&gt;Hi - Is it possible or advisable to attempt to improve the fit of my multiple linear regression model by also incorporating an ordinal variable?&amp;nbsp; My current model contains 2 continuous explanatory variables and one continuous response variable.&amp;nbsp; I know that in the real world the ordinal variable DOES matter and clearly effects the response variable...I'm just not sure how to capture that effect.&amp;nbsp; For context, I am modeling (i.e. predicting) how ecoli (response variable) is affected by turbidity (continuous), rainfall in certain nearby locations (continuous), and other variables that did not improve the model fit.&amp;nbsp; I know, however, that the point at which the river level increases (referred to as rising stage) typically contains higher ecoli due to initial washoff from the watershed and often this interval of rising stage contains more ecoli than even at peak stage.&amp;nbsp; We know this from observations.&amp;nbsp; So....these instances of rising stage should, ideally, be captured in the model, and it seems that the best way to do this is to use an ordinal variable (e.g. rapid rise = 2, slow rise = 1, no rise, very slow rise, or fall = 0).&amp;nbsp; So far so good.&amp;nbsp; But I'm not sure how to incorporate this into my predictive model of "ecoli" vs "continuous and ordinal variables".&amp;nbsp; Any suggestions or direction on this?&amp;nbsp; &amp;nbsp;Thanks in advance.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:38:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/416329#M66563</guid>
      <dc:creator>learning_JSL</dc:creator>
      <dc:date>2023-06-09T00:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to improve multivariate (continuous data) regression fit by also including ordinal data</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/416377#M66567</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/31342"&gt;@learning_JSL&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; What version of JMP or JMP Pro are you running?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can incorporate the ordinal data without a problem. You can even include crossed terms of rising stage with turbidity or rainfall. Just add it in the dialogue window like you normally would. You can practice using the Big Class.jmp data table, using age as an ordinal variable -- I just did it with the PLS model personality to predict "height" based on age, sex, weight and age*weight, just as an example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; That being said, if the data that you're modeling wasn't from a DOE (which it doesn't sound like it was), you'll want to make sure that you use some kind of cross validation technique to make sure that you're not overfitting your data. To me, it sounds like you're trying to predict the levels of E.Coli in waterways depending on a number of other factors. Sounds like a cool problem to work on and of big public health importance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you have Pro, you'll want to run models with different platforms to see which one generates the best predictive model on data that you haven't used to train the model (assuming this is what you ultimately want to do). You'll want to try things in GenReg, decision trees, and even neural nets. You can then compare the models on the unused data and see which works best as a prediction model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps. Good luck!,&lt;/P&gt;&lt;P&gt;DS&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 15:40:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/416377#M66567</guid>
      <dc:creator>SDF1</dc:creator>
      <dc:date>2021-09-08T15:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to improve multivariate (continuous data) regression fit by also including ordinal data</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/416884#M66596</link>
      <description>&lt;P&gt;Why don't you measure the actual rate of rise/fall as a continuous variable instead of categorizing it?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 14:08:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/416884#M66596</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2021-09-09T14:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to improve multivariate (continuous data) regression fit by also including ordinal data</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/417210#M66629</link>
      <description>&lt;P&gt;Thanks very much for the input Diedrich.&amp;nbsp; I'll give it a try.&amp;nbsp; By the way, I am using JMP version 12.1.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 15:56:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/417210#M66629</guid>
      <dc:creator>learning_JSL</dc:creator>
      <dc:date>2021-09-10T15:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to improve multivariate (continuous data) regression fit by also including ordinal data</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/417211#M66630</link>
      <description>&lt;P&gt;That's actually a good idea and a better measure than what I am using.&amp;nbsp; Are you thinking delta rise / delta time?&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 15:58:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/417211#M66630</guid>
      <dc:creator>learning_JSL</dc:creator>
      <dc:date>2021-09-10T15:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to improve multivariate (continuous data) regression fit by also including ordinal data</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/417303#M66639</link>
      <description>&lt;P&gt;I'm not exactly sure of your particular situation, but yes, delta change over time. &amp;nbsp;Continuous variables will always be more useful and will require less data.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 18:39:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/417303#M66639</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2021-09-10T18:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to improve multivariate (continuous data) regression fit by also including ordinal data</title>
      <link>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/417642#M66674</link>
      <description>&lt;P&gt;Thanks Statman.&amp;nbsp; I'll give it a try.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 11:31:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Trying-to-improve-multivariate-continuous-data-regression-fit-by/m-p/417642#M66674</guid>
      <dc:creator>learning_JSL</dc:creator>
      <dc:date>2021-09-13T11:31:27Z</dc:date>
    </item>
  </channel>
</rss>

