<?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: Reporting T-values in LSMEANS Statement in PROC GLM in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Reporting-T-values-in-LSMEANS-Statement-in-PROC-GLM/m-p/210712#M11413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should switch to PROC MIXED (or GLIMMIX). Much better functionality, and you get the t values and df (using many different possible df methods). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 15:34:23 GMT</pubDate>
    <dc:creator>lvm</dc:creator>
    <dc:date>2015-06-22T15:34:23Z</dc:date>
    <item>
      <title>Reporting T-values in LSMEANS Statement in PROC GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Reporting-T-values-in-LSMEANS-Statement-in-PROC-GLM/m-p/210710#M11411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get SAS to spit out t-values for my contrasts in LSMEANS. Is there any way to achieve this? It just reports p-values for each comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is&lt;/P&gt;&lt;P&gt;LSMEANS species*wax / pdiff stderr;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 02:37:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Reporting-T-values-in-LSMEANS-Statement-in-PROC-GLM/m-p/210710#M11411</guid>
      <dc:creator>Nebulus</dc:creator>
      <dc:date>2015-06-21T02:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting T-values in LSMEANS Statement in PROC GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Reporting-T-values-in-LSMEANS-Statement-in-PROC-GLM/m-p/210711#M11412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general, if p is a probability for a t-distributed statistic, then you can recover the t value by using the QUANTILE function. You can use the OUT= option on the LSMEANS statement to produce an output data set, or you can use ODS OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you have to know the degrees of freedom for the pairwise comparison and the significance level of the test. A discussion with formulas is in the doc: &lt;A href="http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_glm_details29.htm" title="http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_glm_details29.htm"&gt;SAS/STAT(R) 13.1 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am not an expert in multiple comparisons, but I know that they can be tricky, which might be why the procedure does not output the degrees of freedom.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 14:22:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Reporting-T-values-in-LSMEANS-Statement-in-PROC-GLM/m-p/210711#M11412</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-06-22T14:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting T-values in LSMEANS Statement in PROC GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Reporting-T-values-in-LSMEANS-Statement-in-PROC-GLM/m-p/210712#M11413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should switch to PROC MIXED (or GLIMMIX). Much better functionality, and you get the t values and df (using many different possible df methods). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 15:34:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Reporting-T-values-in-LSMEANS-Statement-in-PROC-GLM/m-p/210712#M11413</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-06-22T15:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting T-values in LSMEANS Statement in PROC GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Reporting-T-values-in-LSMEANS-Statement-in-PROC-GLM/m-p/210713#M11414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with &lt;A __default_attr="178104" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;, but if you must use GLM, make the following your LSMEANS statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMEANS species*wax /tdiff pdiff stderr;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 17:36:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Reporting-T-values-in-LSMEANS-Statement-in-PROC-GLM/m-p/210713#M11414</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-06-22T17:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reporting T-values in LSMEANS Statement in PROC GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Reporting-T-values-in-LSMEANS-Statement-in-PROC-GLM/m-p/210714#M11415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 23:22:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Reporting-T-values-in-LSMEANS-Statement-in-PROC-GLM/m-p/210714#M11415</guid>
      <dc:creator>Nebulus</dc:creator>
      <dc:date>2015-06-25T23:22:57Z</dc:date>
    </item>
  </channel>
</rss>

