<?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: Partial Least Squares Generalized Linear Regression in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Partial-Least-Squares-Generalized-Linear-Regression/m-p/189610#M40814</link>
    <description>&lt;P&gt;I think you are looking at what is called PLS-DA (PLS - Discriminant Analysis). Use Fit Model, put a nominal target in as the Y and your predictors into the model. From the Standard Least Squares drop-down, choose Partial Least Squares.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 18:41:37 GMT</pubDate>
    <dc:creator>Dan_Obermiller</dc:creator>
    <dc:date>2019-03-26T18:41:37Z</dc:date>
    <item>
      <title>Partial Least Squares Generalized Linear Regression</title>
      <link>https://community.jmp.com/t5/Discussions/Partial-Least-Squares-Generalized-Linear-Regression/m-p/189565#M40803</link>
      <description>&lt;P&gt;Are there any plans to extend the PLS model to what I see called PLS-GLM.&amp;nbsp; In this model, the response can be categorical.&amp;nbsp; The model is a hybrid of PLS and a regularization method that allows the response to remain truly, say, binary.&amp;nbsp; That is, the response is not recoded as 0/1 and then PLS is applied as if it were numeric.&amp;nbsp; PLS-GLM has maximum likelihood as the objective function instead of maximum covariance.&amp;nbsp; Presently I am just reading the literature so I have little more to offer yet.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 15:14:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Partial-Least-Squares-Generalized-Linear-Regression/m-p/189565#M40803</guid>
      <dc:creator>gene</dc:creator>
      <dc:date>2019-03-26T15:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Least Squares Generalized Linear Regression</title>
      <link>https://community.jmp.com/t5/Discussions/Partial-Least-Squares-Generalized-Linear-Regression/m-p/189610#M40814</link>
      <description>&lt;P&gt;I think you are looking at what is called PLS-DA (PLS - Discriminant Analysis). Use Fit Model, put a nominal target in as the Y and your predictors into the model. From the Standard Least Squares drop-down, choose Partial Least Squares.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 18:41:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Partial-Least-Squares-Generalized-Linear-Regression/m-p/189610#M40814</guid>
      <dc:creator>Dan_Obermiller</dc:creator>
      <dc:date>2019-03-26T18:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Least Squares Generalized Linear Regression</title>
      <link>https://community.jmp.com/t5/Discussions/Partial-Least-Squares-Generalized-Linear-Regression/m-p/189630#M40815</link>
      <description>&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is exactly what I do at the moment.&amp;nbsp; However I have been told that JMP codes the binary response as 0/1 and does regular PLS and treats the response as numeric.&amp;nbsp; In the paper PLS Generalized Linear Regression, Bastien, Vinzi, Tenenhaus in Computational Statistics and Data Analysis 2005, tey discuss how to do PLS with a binary response and make use of the link function.&amp;nbsp; Instead of maximizing Cov(X * beta, Y) we maximize the likelihood of Y given X * beta.&amp;nbsp; There are several other papers that do this PLS-GLR.&amp;nbsp; So they make explicit use of the fact that the response is not numeric (could also be Poisson or anything from the exponential family I suppose).&amp;nbsp; The end result is still an othhogonal basis for the span of X, but is is derived without forcing the response vector to reside in an iner product space with X *beta.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To me, It comes down to the question of whether PLS-GLM gives better results than PLS-DA.&amp;nbsp; I don't know the answer, but it is more difficult for me to defend the PLS-DA as my modeling technique when I know I'm ignoring the native distribution of the response.&amp;nbsp; It's sort of like fitting binary response data using OLS, which we know is wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 20:03:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Partial-Least-Squares-Generalized-Linear-Regression/m-p/189630#M40815</guid>
      <dc:creator>gene</dc:creator>
      <dc:date>2019-03-26T20:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Least Squares Generalized Linear Regression</title>
      <link>https://community.jmp.com/t5/Discussions/Partial-Least-Squares-Generalized-Linear-Regression/m-p/190690#M40955</link>
      <description>&lt;P&gt;OK, so here is where I landed on this issue.&amp;nbsp; I coded what is called the PLS-GLM algorithm from the paper "PLS Generalized Linear Regression", Bastien, Vinzi and Tenenhaus, Computational Statistics and Data Analysis 48 (2005).&amp;nbsp; In this paper they present an algorithmn that uses maximum likelihood to solve for the set of orthogonal PLC components.&amp;nbsp; I compared my results from PLS-DA in JMP Pro against those from PLS-GLM.&amp;nbsp; They are not exactly the same, no surprise since the math is not the same.&amp;nbsp; However the models they produce are very close.&amp;nbsp; So close that I come away with the belief that coding the response as continuous is probably OK.&amp;nbsp; At least I can say that I did the purist approach, allowing the response to retain its native distribution, and the differences between the two methods was hardly noticeable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would still be pretty cool to have PLS-GLM added to the analysis suite.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 19:35:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Partial-Least-Squares-Generalized-Linear-Regression/m-p/190690#M40955</guid>
      <dc:creator>gene</dc:creator>
      <dc:date>2019-04-01T19:35:29Z</dc:date>
    </item>
  </channel>
</rss>

