<?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: GLM LSMEANS at means in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/GLM-LSMEANS-at-means/m-p/331920#M17528</link>
    <description>&lt;P&gt;You would have to request option E in the LSMeans statement and capture ODS table LSMeanCoef. Example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=sashelp.class plots=none;
class sex;
model weight = sex age sex*age;
lsmeans sex / e;
ods output lsmeancoef=coef;
run;
quit;

proc print data=coef; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 12 Feb 2017 17:17:12 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2017-02-12T17:17:12Z</dc:date>
    <item>
      <title>GLM LSMEANS at means</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/GLM-LSMEANS-at-means/m-p/331907#M17526</link>
      <description>&lt;P&gt;I've been poking around for some time, but i just can't seem to find a way to capture the value of AT MEANS on an LSMEANS statement. SAS prints the mean value of the covariate in my model as part of the subtitle header. &amp;nbsp;Is there a way to capture this value to add to a reporting table?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 02:10:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/GLM-LSMEANS-at-means/m-p/331907#M17526</guid>
      <dc:creator>jsberger</dc:creator>
      <dc:date>2017-02-12T02:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: GLM LSMEANS at means</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/GLM-LSMEANS-at-means/m-p/331920#M17528</link>
      <description>&lt;P&gt;You would have to request option E in the LSMeans statement and capture ODS table LSMeanCoef. Example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=sashelp.class plots=none;
class sex;
model weight = sex age sex*age;
lsmeans sex / e;
ods output lsmeancoef=coef;
run;
quit;

proc print data=coef; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 17:17:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/GLM-LSMEANS-at-means/m-p/331920#M17528</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-02-12T17:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: GLM LSMEANS at means</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/GLM-LSMEANS-at-means/m-p/331943#M17532</link>
      <description>&lt;P&gt;You can create a data set that contains any statistics that are produced by any SAS procedure. See&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_self"&gt;"ODS OUTPUT: Store any statistic created by any SAS procedure"&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2017 11:34:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/GLM-LSMEANS-at-means/m-p/331943#M17532</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-02-12T11:34:44Z</dc:date>
    </item>
  </channel>
</rss>

