<?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 is the standard error of the least squares means found in Fit Model multiple regression in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-is-the-standard-error-of-the-least-squares-means-found-in/m-p/591473#M79553</link>
    <description>&lt;P&gt;Hello, and welcome to the site. First of all, the LS mean is &lt;EM&gt;not&lt;/EM&gt; a constant. It is a random variable (the observed LS mean is a realization of that random variable) and as such, has a variance/standard error. The following link may be a good place to start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/td-p/257989" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/td-p/257989&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 13:33:10 GMT</pubDate>
    <dc:creator>MRB3855</dc:creator>
    <dc:date>2023-01-19T13:33:10Z</dc:date>
    <item>
      <title>How is the standard error of the least squares means found in Fit Model multiple regression</title>
      <link>https://community.jmp.com/t5/Discussions/How-is-the-standard-error-of-the-least-squares-means-found-in/m-p/591451#M79551</link>
      <description>&lt;P&gt;JMP supplies a standard error for its least squares means in the Least Squares Mean Table. How is this standard error calculated given that the least squares mean is a &lt;U&gt;constant&lt;/U&gt; using the rules that JMP follows for calculating the least squares means? That is, JMP&amp;nbsp; fixes background continuous variables at their mean and sums over background categorical variables using equal weighting (which is equivalent to ignoring them because they always sum to zero under this approach).&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:42:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-is-the-standard-error-of-the-least-squares-means-found-in/m-p/591451#M79551</guid>
      <dc:creator>AprioriBighorn4</dc:creator>
      <dc:date>2023-06-08T16:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: How is the standard error of the least squares means found in Fit Model multiple regression</title>
      <link>https://community.jmp.com/t5/Discussions/How-is-the-standard-error-of-the-least-squares-means-found-in/m-p/591473#M79553</link>
      <description>&lt;P&gt;Hello, and welcome to the site. First of all, the LS mean is &lt;EM&gt;not&lt;/EM&gt; a constant. It is a random variable (the observed LS mean is a realization of that random variable) and as such, has a variance/standard error. The following link may be a good place to start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/td-p/257989" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/How-to-interpret-SE-for-lsmeans/td-p/257989&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 13:33:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-is-the-standard-error-of-the-least-squares-means-found-in/m-p/591473#M79553</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2023-01-19T13:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: How is the standard error of the least squares means found in Fit Model multiple regression</title>
      <link>https://community.jmp.com/t5/Discussions/How-is-the-standard-error-of-the-least-squares-means-found-in/m-p/591477#M79556</link>
      <description>&lt;P&gt;Hi, Many thanks for this. I can do the linear algebra in that link you sent but am not sure what the L is in this sentence:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"The approximate standard errors for the LS-mean is computed as the square root of L*(X'*(V_hat)^-1*X)^-1*L'. "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am assuming X is the data, V is the V-C matrix, but what is L? Is it the linear constraints matrix or ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However JMP is calculating the SEs for the least squares means they have the undesirable (and potentially misleading) property that they get smaller the fewer the number of observations on which they are based.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 13:58:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-is-the-standard-error-of-the-least-squares-means-found-in/m-p/591477#M79556</guid>
      <dc:creator>AprioriBighorn4</dc:creator>
      <dc:date>2023-01-19T13:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: How is the standard error of the least squares means found in Fit Model multiple regression</title>
      <link>https://community.jmp.com/t5/Discussions/How-is-the-standard-error-of-the-least-squares-means-found-in/m-p/591482#M79557</link>
      <description>&lt;P&gt;Hard to address the "undesirable property"&amp;nbsp; issue without knowing more about the data....but, for the question about L; here ya go!&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/statcdc/14.2/statug/statug_glm_details41.htm#:~:text=To%20construct%20a%20least%20squares,variables)%20to%20their%20mean%20value" target="_blank"&gt;https://documentation.sas.com/doc/en/statcdc/14.2/statug/statug_glm_details41.htm#:~:text=To%20construct%20a%20least%20squares,variables)%20to%20their%20mean%20value&lt;/A&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>Thu, 19 Jan 2023 14:05:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-is-the-standard-error-of-the-least-squares-means-found-in/m-p/591482#M79557</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2023-01-19T14:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: How is the standard error of the least squares means found in Fit Model multiple regression</title>
      <link>https://community.jmp.com/t5/Discussions/How-is-the-standard-error-of-the-least-squares-means-found-in/m-p/591483#M79558</link>
      <description>&lt;P&gt;Thanks again, this is going to take a bit of studying, but I think the answer to the standard error might indeed lurk in the maths in that link -- thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 14:09:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-is-the-standard-error-of-the-least-squares-means-found-in/m-p/591483#M79558</guid>
      <dc:creator>AprioriBighorn4</dc:creator>
      <dc:date>2023-01-19T14:09:59Z</dc:date>
    </item>
  </channel>
</rss>

