<?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 do I gather type 3 test of fixed effects tables from 10+ analyses in SAS University edition? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246207#M56217</link>
    <description>&lt;P&gt;What does not working mean?&lt;/P&gt;
&lt;P&gt;If you received an error please post it, as well as the code.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2016 20:16:50 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-01-26T20:16:50Z</dc:date>
    <item>
      <title>How do I gather type 3 test of fixed effects tables from 10+ analyses in SAS University edition?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246182#M56216</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS University edition and I am having issues trying to compile all my type 3 test of fixed effects tables together in one file. I was given this code a while ago:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS OUTPUT SolutionF=FixedEffs Tests3=FTests&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believed this worked in SAS 9.4 on a different computer, but it is not working on my computer for SAS University edition. I also tried going to the work library and clicked on the FTESTS folder, but only one type 3 test of fixed effects table was shown out of my 10 analyses (it was the table from the first analysis). Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jake&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 18:47:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246182#M56216</guid>
      <dc:creator>seibja01</dc:creator>
      <dc:date>2016-01-26T18:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I gather type 3 test of fixed effects tables from 10+ analyses in SAS University edition?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246207#M56217</link>
      <description>&lt;P&gt;What does not working mean?&lt;/P&gt;
&lt;P&gt;If you received an error please post it, as well as the code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 20:16:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246207#M56217</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-26T20:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I gather type 3 test of fixed effects tables from 10+ analyses in SAS University edition?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246219#M56218</link>
      <description>&lt;P&gt;I think you need to provide a different name for each output set and include a permanent library if you want them to persist across sessions.&lt;/P&gt;
&lt;P&gt;Something like this for the first and then increment the number for each run:&lt;/P&gt;
&lt;P&gt;ODS OUTPUT SolutionF=Ftests.FixedEffs_Run01 Tests3=Ftests.FTests_Run01;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS OUTPUT SolutionF=Ftests.FixedEffs_Run02 Tests3=Ftests.FTests_Run02;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR immediately after each analysis append the results to appropriate datasets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 20:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246219#M56218</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-26T20:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I gather type 3 test of fixed effects tables from 10+ analyses in SAS University edition?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246221#M56219</link>
      <description>&lt;P&gt;Thank you for the responses Reeza and ballardw. I figured out the problem. First my data was in wide format, so I converted it to long format in excel. Does anybody know how to do that conversion in SAS, for future reference?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, the ods statement was incorrect. See my correction below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data gpr126_methdiff;&lt;BR /&gt;infile '/folders/myshortcuts/methylation/GPR126.csv' dsd firstobs=2;&lt;BR /&gt;input pig $ sex $ gest $ post $ sow $ sire $ gpr126 location $ position $ methperc;&lt;/P&gt;&lt;P&gt;/*&lt;BR /&gt;proc print data=gpr126_methdiff;&lt;BR /&gt;run;&lt;BR /&gt;*/&lt;/P&gt;&lt;P&gt;proc sort;&lt;BR /&gt;by position gest;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc mixed data=gpr126_methdiff;&lt;BR /&gt;by position;&lt;BR /&gt;class pig sow gest post sex sire;&lt;BR /&gt;model methperc = gest|post|sex; random sow(gest); random sire;&lt;BR /&gt;ods output Tests3=Tests3;&lt;BR /&gt;lsmeans gest|post|sex/pdiff;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jake&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 20:59:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246221#M56219</guid>
      <dc:creator>seibja01</dc:creator>
      <dc:date>2016-01-26T20:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I gather type 3 test of fixed effects tables from 10+ analyses in SAS University edition?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246224#M56220</link>
      <description>&lt;P&gt;There are lots of threads in this forum about transposing data from wide to long and long to wide. Search for TRANSPOSE will find many of them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you run into specific problems, create a new thread with some example input data and what the result should look like. It really helps if you can provide data in the form of a data step or demostrate with one of the SAS supplied data sets that usually reside in the SASHELP library.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 21:07:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246224#M56220</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-26T21:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I gather type 3 test of fixed effects tables from 10+ analyses in SAS University edition?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246226#M56221</link>
      <description>&lt;P&gt;Thanks for the advice ballardw.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jake&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 21:10:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-gather-type-3-test-of-fixed-effects-tables-from-10/m-p/246226#M56221</guid>
      <dc:creator>seibja01</dc:creator>
      <dc:date>2016-01-26T21:10:10Z</dc:date>
    </item>
  </channel>
</rss>

